![]() |
TrinityCore
|
#include <TextInput.h>
Public Member Functions | |
BadMSVCSpecial (const std::string &src, int ln, int ch) | |
![]() | |
virtual | ~TokenException () |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
enum | { UNKNOWN = -1 } |
![]() | |
std::string | sourceFile |
![]() | |
std::string | filename |
int64 | byte |
int | line |
int | character |
std::string | message |
![]() | |
TokenException (const std::string &src, int ln, int ch) | |
While parsing a number of the form 1.#IN?00, ? was not 'D' or 'F'.
G3D::TextInput::BadMSVCSpecial::BadMSVCSpecial | ( | const std::string & | src, |
int | ln, | ||
int | ch | ||
) |