#include <ProjFileParser.h>
Static Public Member Functions | |
static void | parseProject (const std::string &projName, SystemPtr systemIn, BehaviorTemplateTablePtr behTableIn, EntityTemplateTablePtr entityTableIn, MessageTemplateTablePtr msgTableIn, EntityPoolPtr entityInstancesIn) |
Parses input This takes a project file name and reads all its files and parses them and puts them into TemplateTables. |
void ProjFileParser::parseProject | ( | const std::string & | projName, | |
SystemPtr | systemIn, | |||
BehaviorTemplateTablePtr | behTableIn, | |||
EntityTemplateTablePtr | entityTableIn, | |||
MessageTemplateTablePtr | msgTableIn, | |||
EntityPoolPtr | entityInstancesIn | |||
) | [static] |
Parses input This takes a project file name and reads all its files and parses them and puts them into TemplateTables.
projName | the filename of the project file | |
systemIn | the system class to use | |
behTableIn | the behavior table to use | |
entityTableIn | the entity table to use | |
msgTableIn | the message table to use |