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... | |
Property class.
Definition at line 39 of file worldfile.hh.
|
inline |
Definition at line 56 of file worldfile.hh.
| int Stg::CProperty::entity |
Index of entity this property belongs to.
Definition at line 42 of file worldfile.hh.
| int Stg::CProperty::line |
Line this property came from.
Definition at line 51 of file worldfile.hh.
| std::string Stg::CProperty::name |
Name of property.
Definition at line 45 of file worldfile.hh.
| bool Stg::CProperty::used |
Flag set if property has been used.
Definition at line 54 of file worldfile.hh.
| std::vector<int> Stg::CProperty::values |
A list of token indexes.
Definition at line 48 of file worldfile.hh.