#include <PfcParser.h>
Public Attributes | |
std::string | name |
std::vector< Object * > | objects |
Definition at line 41 of file PfcParser.h.
std::string InstanceGroup::name |
The name of the group
Definition at line 45 of file PfcParser.h.
Referenced by Parser::parseInstanceGroup().
std::vector<Object*> InstanceGroup::objects |
The objects belonging to the group
Definition at line 47 of file PfcParser.h.
Referenced by Parser::parseInstanceGroup().