vrpRouting  0.3
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  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"
 

Detailed Description

File from pgRouting

Definition in file pgr_messages.h.

Macro Definition Documentation

◆ ENTERING

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

Definition at line 104 of file pgr_messages.h.

◆ EXITING

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

Definition at line 105 of file pgr_messages.h.