opensurgsim
|
Not meant for public consumption. More...
Classes | |
class | SurgSim::Framework::AssertMessage |
An internal message class used for assertion failures. More... | |
Macros | |
#define | SURGSIM_ASSERT_LOGGER ::SurgSim::Framework::Logger::getDefaultLogger() |
Logger used to log asserts. More... | |
#define | SURGSIM_CURRENT_FUNCTION |
Helper macro to determine the function name currently being compiled. More... | |
#define | SURGSIM_MAKE_STRING(x) #x |
Helper macros to turn its argument into a quoted string constant. More... | |
Not meant for public consumption.
#define SURGSIM_ASSERT_LOGGER ::SurgSim::Framework::Logger::getDefaultLogger() |
Logger used to log asserts.
The default logger is used if no other logger is defined.
#define SURGSIM_CURRENT_FUNCTION |
Helper macro to determine the function name currently being compiled.
Tries to provide some readable but information-rich version of the name, as provided by different compilers.
#define SURGSIM_MAKE_STRING | ( | x | ) | #x |
Helper macros to turn its argument into a quoted string constant.
x | Argument to convert into a string |