27 #ifndef VARCONF_PARSEERROR_H 28 #define VARCONF_PARSEERROR_H 30 #include <varconf/varconf_defs.h> 40 ParseError(
const std::string& exp,
int line,
int col);
44 VARCONF_API
friend std::ostream& operator<<(std::ostream& os,
const ParseError& p);
46 operator std::string();
47 operator std::string()
const;
54 VARCONF_API std::ostream& operator<<(std::ostream& os,
const ParseError& p);
Definition: config.cpp:96
Definition: parse_error.h:36