![]() |
TerraLib 4.1
|
This namespace contains a set of routines and classes to deal with system checking and logging facility. More...
Functions | |
| bool | debugModeCheck () |
| Checks if the code was compiled with debug mode. | |
| template<class T > | |
| std::string | to_string (const T &data) |
| Data conversion to string. | |
This namespace contains a set of routines and classes to deal with system checking and logging facility.
| TL_DLL bool TeAgnostic::debugModeCheck | ( | ) |
Checks if the code was compiled with debug mode.
| std::string TeAgnostic::to_string | ( | const T & | data | ) |
Data conversion to string.
| data | Data to be converted. |