Stg::CProperty Class Reference
Property class. More...
#include <worldfile.hh>
Public Member Functions | |
CProperty (int entity, const char *name, int line) | |
Public Attributes | |
int | entity |
Index of entity this property belongs to. More... | |
int | line |
Line this property came from. More... | |
std::string | name |
Name of property. More... | |
bool | used |
Flag set if property has been used. More... | |
std::vector< int > | values |
A list of token indexes. More... | |
Detailed Description
Property class.
Constructor & Destructor Documentation
|
inline |
Member Data Documentation
int Stg::CProperty::entity |
Index of entity this property belongs to.
int Stg::CProperty::line |
Line this property came from.
std::string Stg::CProperty::name |
Name of property.
bool Stg::CProperty::used |
Flag set if property has been used.
std::vector<int> Stg::CProperty::values |
A list of token indexes.
The documentation for this class was generated from the following file:
Generated on Sat May 16 2015 15:54:15 for Stage by
