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. 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 38 of file DependenciesGenerator.h.

◆ StringList

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

Definition at line 35 of file PackageBuilder.h.

Function Documentation

◆ Split() [1/2]

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

Definition at line 46 of file StringUtil.hpp.

+ Here is the call graph for this function:

◆ Split() [2/2]

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

Definition at line 34 of file StringUtil.hpp.

+ Here is the caller graph for this function: