![]() |
TrinityCore
|
#include <TextInput.h>
Public Member Functions | |
| WrongString (const std::string &src, int ln, int ch, const std::string &e, const std::string &a) | |
Public Member Functions inherited from G3D::TextInput::TokenException | |
| virtual | ~TokenException () |
Public Member Functions inherited from G3D::ParseError | |
| ParseError () | |
| virtual | ~ParseError () |
| ParseError (const std::string &f, int l, int c, const std::string &m) | |
| ParseError (const std::string &f, int64 b, const std::string &m) | |
| std::string | formatFileInfo () const |
Public Attributes | |
| std::string | expected |
| std::string | actual |
Public Attributes inherited from G3D::TextInput::TokenException | |
| std::string | sourceFile |
Public Attributes inherited from G3D::ParseError | |
| std::string | filename |
| int64 | byte |
| int | line |
| int | character |
| std::string | message |
Additional Inherited Members | |
Public Types inherited from G3D::ParseError | |
| enum | { UNKNOWN = -1 } |
Protected Member Functions inherited from G3D::TextInput::TokenException | |
| TokenException (const std::string &src, int ln, int ch) | |
String read from input did not match expected string.
| G3D::TextInput::WrongString::WrongString | ( | const std::string & | src, |
| int | ln, | ||
| int | ch, | ||
| const std::string & | e, | ||
| const std::string & | a | ||
| ) |
Here is the call graph for this function:| std::string G3D::TextInput::WrongString::actual |
| std::string G3D::TextInput::WrongString::expected |
1.8.8