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