![]() |
vrpRouting
0.3
|
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | vrprouting::Pgr_messages |
Messages Handling. More... | |
Namespaces | |
vrprouting | |
Macros | |
#define | ENTERING(x) x.log << "\n--> " << __PRETTY_FUNCTION__ << "\n" |
#define | EXITING(x) x.log << "\n<-- " << __PRETTY_FUNCTION__ << "\n" |
File from pgRouting
Definition in file pgr_messages.h.
#define ENTERING | ( | x | ) | x.log << "\n--> " << __PRETTY_FUNCTION__ << "\n" |
Definition at line 104 of file pgr_messages.h.
#define EXITING | ( | x | ) | x.log << "\n<-- " << __PRETTY_FUNCTION__ << "\n" |
Definition at line 105 of file pgr_messages.h.