PGROUTING  3.2
pgr_messages.h File Reference
#include <string>
#include <sstream>
Include dependency graph for pgr_messages.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pgrouting::Pgr_messages
 

Namespaces

 pgrouting
 Book keeping class for swapping orders between vehicles.
 

Macros

#define ENTERING(x)   x.log << "\n--> " << __PRETTY_FUNCTION__ << "\n"
 
#define EXITING(x)   x.log << "\n<-- " << __PRETTY_FUNCTION__ << "\n"
 

Macro Definition Documentation

◆ ENTERING

#define ENTERING (   x)    x.log << "\n--> " << __PRETTY_FUNCTION__ << "\n"

Definition at line 93 of file pgr_messages.h.

◆ EXITING

#define EXITING (   x)    x.log << "\n<-- " << __PRETTY_FUNCTION__ << "\n"

Definition at line 94 of file pgr_messages.h.