ScenarioManager::Parser Namespace Reference

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)
 

Typedef Documentation

◆ DependencyTree

using DependencyTree = std::vector<std::string>

Definition at line 36 of file DependenciesGenerator.h.

◆ StringList

using StringList = std::vector<std::string>

Definition at line 34 of file PackageBuilder.h.

Function Documentation

◆ Split() [1/2]

std::vector<std::string> ScenarioManager::Parser::Split ( const std::string &  s,
char  delim 
)
inline

Definition at line 44 of file StringUtil.hpp.

+ Here is the call graph for this function:

◆ Split() [2/2]

std::vector<std::string>& ScenarioManager::Parser::Split ( const std::string &  s,
char  delim,
std::vector< std::string > &  elems 
)
inline

Definition at line 33 of file StringUtil.hpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: