Stg::CProperty Class Reference

Property class. More...

#include <worldfile.hh>

List of all members.

Public Member Functions

 CProperty (int entity, const char *name, int line)

Public Attributes

int entity
 Index of entity this property belongs to.
int line
 Line this property came from.
std::string name
 Name of property.
bool used
 Flag set if property has been used.
std::vector< int > values
 A list of token indexes.

Detailed Description

Property class.


Constructor & Destructor Documentation

Stg::CProperty::CProperty ( int  entity,
const char *  name,
int  line 
) [inline]

Member Data Documentation

Index of entity this property belongs to.

Line this property came from.

std::string Stg::CProperty::name

Name of property.

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: