TrinityCore
|
#include <Any.h>
Public Member Functions | |
IndexOutOfBounds () | |
IndexOutOfBounds (const Data *data, int i, int s) | |
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 | |
int | index |
int | size |
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 } |
Thrown by operator[] when an array index is not present.
|
inline |
int G3D::Any::IndexOutOfBounds::index |
int G3D::Any::IndexOutOfBounds::size |