Definition at line 55 of file Tools.h.
◆ BuildInfo()
| BuildInfo |
( |
const char *const | compilerInfo, |
|
|
bool | debug ) |
|
inlinenoexcept |
Definition at line 77 of file Tools.h.
78 : compilerInfo_(compilerInfo)
79 , debug_(debug)
80 {}
◆ compilerInfo()
| const char * compilerInfo |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- Information about compiler.
Definition at line 59 of file Tools.h.
60 {
61 return compilerInfo_;
62 }
◆ debug()
- Returns
- Whether build is debug.
Definition at line 65 of file Tools.h.
66 {
67 return debug_;
68 }
◆ library()
Returns build info for the library binary itself.
This is implemented inside the library (.cpp) and reflects how the library was compiled.
◆ toString()
| std::string toString |
( |
| ) |
const |
- Returns
- Human-readable presentation.