Global debugging flags. More...
Go to the source code of this file.
Namespaces | |
gtsam | |
traits | |
Macros | |
#define | ISDEBUG(S) (gtsam::guardedIsDebug(S)) |
#define | SETDEBUG(S, V) ((void)(gtsam::guardedSetDebug(S,V))) |
Functions | |
bool | gtsam::guardedIsDebug (const std::string &s) |
void | gtsam::guardedSetDebug (const std::string &s, const bool v) |
bool | gtsam::isDebugVersion () |
#define ISDEBUG | ( | S | ) | (gtsam::guardedIsDebug(S)) |