ProbablyJSONParseError Class Reference
|
Ratpac-two
|
RAT::ProbablyJSONParseError Class Reference
Inheritance diagram for RAT::ProbablyJSONParseError:
Public Member Functions | |
| ProbablyJSONParseError (int lnum, int cnum, std::string l, std::string mes) | |
Public Member Functions inherited from RAT::ParseError | |
| ParseError (int lnum, int cnum, std::string l, std::string mes) | |
| std::string | GetFull () const |
| bool | operator== (const ParseError &other) const |
Additional Inherited Members | |
Public Attributes inherited from RAT::ParseError | |
| int | linenum |
| int | colnum |
| std::string | line |
| std::string | message |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/DBExceptions.hh
Generated by
Public Member Functions inherited from