homog2d library
|
Holds static counters, for runtime errors and warnings. More...
Functions | |
size_t & | errorCount () |
Used to count the errors. More... | |
bool & | printWarnings () |
User can use this to silence warnings at runtime. More... | |
size_t & | warningCount () |
Used in macro HOMOG2D_LOG_WARNING. More... | |
Holds static counters, for runtime errors and warnings.
|
inline |
Used to count the errors.
This is used in the HOMOG2D_THROW_ERROR_1 macros. Some user code could catch the exceptions, thus this will enable the counting of errors
|
inline |