A container for a pvector of the above objects. More...
#include "xFileParseData.h"
Public Types | |
typedef pvector< XFileParseData > | List |
Public Attributes | |
List | _list |
A container for a pvector of the above objects.
We need this wrapper class to avoid circular #includes; this allows XFileNode to define a forward reference to this class (without having to include this file or know that it contains a template class).
Definition at line 62 of file xFileParseData.h.