38 #ifndef DATRW_REPORT_H_VERSION 40 #define DATRW_REPORT_H_VERSION \ 73 const std::string& message,
74 const std::string& file,
76 const std::string& condition);
89 const std::string& reason);
95 #endif // DATRW_REPORT_H_VERSION (includeguard) void report_deprecated(const std::string &function, const std::string &reason)
report deprecated function
a fatal error; processing wil abort as a consequence
just a warning; processing can proceeed
Root namespace of library.
an error, but non-fatal; processing will proceed
void report_violation(const Ereport &t, const std::string &message, const std::string &file, const int &line, const std::string &condition)
report violation of assertion