TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
G3D::TextInput::BadMSVCSpecial Class Reference

#include <TextInput.h>

Public Member Functions

 BadMSVCSpecial (const std::string &src, int ln, int ch)
 
- 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
 

Additional Inherited Members

- Public Types inherited from G3D::ParseError
enum  { UNKNOWN = -1 }
 
- 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
 
- Protected Member Functions inherited from G3D::TextInput::TokenException
 TokenException (const std::string &src, int ln, int ch)
 

Detailed Description

While parsing a number of the form 1.#IN?00, ? was not 'D' or 'F'.

Constructor & Destructor Documentation

G3D::TextInput::BadMSVCSpecial::BadMSVCSpecial ( const std::string &  src,
int  ln,
int  ch 
)
1287  :
1288  TokenException(src, ln, ch) {
1289 }
TokenException(const std::string &src, int ln, int ch)
Definition: TextInput.cpp:1244

The documentation for this class was generated from the following files: