Searched refs:SectionCommands (Results 1 – 2 of 2) sorted by relevance
28 typedef std::vector<ScriptCommand*> SectionCommands; typedef29 typedef SectionCommands::const_iterator const_iterator;30 typedef SectionCommands::iterator iterator;31 typedef SectionCommands::const_reference const_reference;32 typedef SectionCommands::reference reference;63 SectionCommands m_SectionCommands;
65 SectionCommands assignments; in activate()