|
PGROUTING
3.2
|
Go to the documentation of this file.
28 #ifndef INCLUDE_CPP_COMMON_PGR_MESSAGES_H_
29 #define INCLUDE_CPP_COMMON_PGR_MESSAGES_H_
81 mutable std::ostringstream
log;
85 mutable std::ostringstream
error;
89 #if defined(__MINGW32__) || defined(_MSC_VER)
93 #define ENTERING(x) x.log << "\n--> " << __PRETTY_FUNCTION__ << "\n"
94 #define EXITING(x) x.log << "\n<-- " << __PRETTY_FUNCTION__ << "\n"
102 #endif // INCLUDE_CPP_COMMON_PGR_MESSAGES_H_
std::ostringstream error
Stores the error information.
std::ostringstream log
Stores the hint information.
std::string get_error() const
get_error
std::string get_notice() const
get_notice
std::string get_log() const
get_log
Pgr_messages & operator=(const Pgr_messages &)=delete
bool has_error() const
get_error
std::ostringstream notice
Stores the notice information.
Book keeping class for swapping orders between vehicles.