![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Compiler information. More...
#include <CompilerInfo.h>
Public Member Functions | |
| ~CompilerInfo ()=default | |
| CompilerInfo (const CompilerInfo &)=delete | |
| void | operator= (const CompilerInfo &)=delete |
| std::string | CXXStandard () const |
| std::string | CXXCompilerId () const |
| std::string | CXXCompilerVersion () const |
| std::string | CUDACompilerId () const |
| std::string | CUDACompilerVersion () const |
| void | Print () const |
Static Public Member Functions | |
| static CompilerInfo & | GetInstance () |
Compiler information.
Definition at line 16 of file CompilerInfo.h.
|
default |
|
delete |
| std::string cloudViewer::utility::CompilerInfo::CUDACompilerId | ( | ) | const |
Definition at line 37 of file CompilerInfo.cpp.
Referenced by Print().
| std::string cloudViewer::utility::CompilerInfo::CUDACompilerVersion | ( | ) | const |
Definition at line 41 of file CompilerInfo.cpp.
Referenced by Print().
| std::string cloudViewer::utility::CompilerInfo::CXXCompilerId | ( | ) | const |
Definition at line 29 of file CompilerInfo.cpp.
Referenced by Print().
| std::string cloudViewer::utility::CompilerInfo::CXXCompilerVersion | ( | ) | const |
Definition at line 33 of file CompilerInfo.cpp.
Referenced by Print().
| std::string cloudViewer::utility::CompilerInfo::CXXStandard | ( | ) | const |
Definition at line 25 of file CompilerInfo.cpp.
Referenced by Print().
|
static |
Definition at line 20 of file CompilerInfo.cpp.
Referenced by main().
|
delete |
| void cloudViewer::utility::CompilerInfo::Print | ( | ) | const |
Definition at line 45 of file CompilerInfo.cpp.
References CUDACompilerId(), CUDACompilerVersion(), CXXCompilerId(), CXXCompilerVersion(), CXXStandard(), and LogInfo.
Referenced by main().