#include <parsererror.h>
Public Member Functions | |
| parsererror (const string &s) | |
| const char * | what () const |
| const string & | show () const |
Private Attributes | |
| string | err |
| parsererror::parsererror | ( | const string & | s | ) | [inline] |
References err.
| const char* parsererror::what | ( | ) | const [inline] |
References err.
| const string& parsererror::show | ( | ) | const [inline] |
string parsererror::err [private] |
Referenced by parsererror(), show(), and what().
1.5.6