Internal: class to store field definition: TOKN entry. More...
Public Member Functions | |
Object () | |
constructor | |
Public Attributes | |
int | m_type |
the object type | |
int | m_id |
the local id | |
Vec2i | m_dim |
the dimension | |
long | m_fileId |
the file id | |
std::string | m_error |
a string used to store the parsing errors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Object const &tok) |
operator << |
Internal: class to store field definition: TOKN entry.
MSK4TextInternal::Object::Object | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Object const & | tok | ||
) | [friend] |
operator <<
the dimension
Referenced by MSK4Text::eobjDataParser(), and MSK4TextInternal::operator<<().
std::string MSK4TextInternal::Object::m_error |
a string used to store the parsing errors
Referenced by MSK4Text::eobjDataParser(), and MSK4TextInternal::operator<<().
the file id
Referenced by MSK4Text::eobjDataParser(), and MSK4TextInternal::operator<<().
the local id
Referenced by MSK4Text::eobjDataParser(), and MSK4TextInternal::operator<<().
the object type
Referenced by MSK4Text::eobjDataParser(), and MSK4TextInternal::operator<<().