|
Classes | |
class | DependenciesGenerator |
class | IceParser |
class | PackageBuilder |
class | XMLScenarioParser |
This class provides different methods to parse and save scenario data in XML-Files. To save Scenario data between sessions, scenarios should be saved in XML-Files using the following format: More... | |
Typedefs | |
using | DependencyTree = std::vector< std::string > |
using | StringList = std::vector< std::string > |
Functions | |
std::vector< std::string > | Split (const std::string &s, char delim) |
std::vector< std::string > & | Split (const std::string &s, char delim, std::vector< std::string > &elems) |
using DependencyTree = std::vector<std::string> |
Definition at line 36 of file DependenciesGenerator.h.
using StringList = std::vector<std::string> |
Definition at line 34 of file PackageBuilder.h.
|
inline |
|
inline |
Definition at line 33 of file StringUtil.hpp.