scenario_simulator_v2 C++ API
Classes | Typedefs | Functions | Variables
openscenario_interpreter::reader Namespace Reference

Classes

struct  Value
 
struct  Grammar
 

Typedefs

using Cardinality = typename std::iterator_traits< typename pugi::xml_node::iterator >::difference_type
 

Functions

auto substitute (const std::string &attribute, const Scope &scope) -> String
 
template<typename T , typename Node , typename Scope >
auto readAttribute (const std::string &name, const Node &node, const Scope &scope) -> T
 
template auto readAttribute (const std::string &, const pugi::xml_node &, const Scope &) -> Boolean
 
template<typename T , typename Node , typename Scope >
auto readAttribute (const std::string &name, const Node &node, const Scope &scope, T &&value) -> T
 
template<typename T , typename Node , typename Scope >
auto readAttribute (const std::string &name, const Node &node, const Scope &scope, std::nullopt_t)
 
template<typename T , typename Node , typename Scope >
readContent (const Node &node, const Scope &)
 
template<Cardinality MinOccurs, Cardinality MaxOccurs, typename F >
auto traverse (const pugi::xml_node &parent, const std::string &name, F &&f) -> void
 
template<typename T , typename Scope >
auto readElement (const std::string &name, const pugi::xml_node &parent, Scope &scope) -> T
 
template<typename T , typename U , typename Scope >
auto readElement (const std::string &name, const pugi::xml_node &parent, Scope &scope, U &&value)
 
template<typename T , Cardinality MinOccurs, Cardinality MaxOccurs = unbounded, typename... Ts>
auto readElements (const std::string &name, const pugi::xml_node &node, Ts &&... xs)
 
template<typename GroupT , Cardinality MinOccurs, Cardinality MaxOccurs = unbounded, typename... Ts>
auto readGroups (const pugi::xml_node &node, Ts &&... xs)
 
auto choice (const pugi::xml_node &node, const std::unordered_map< std::string, std::function< Object(const pugi::xml_node &)>> &callees) -> Object
 
std::string evaluate (const std::string &, const Scope &)
 
template<>
auto Value::cast< Value::Numeric > () const -> Value
 

Variables

constexpr auto unbounded = std::numeric_limits<Cardinality>::max()
 

Typedef Documentation

◆ Cardinality

using openscenario_interpreter::reader::Cardinality = typedef typename std::iterator_traits<typename pugi::xml_node::iterator>::difference_type

Function Documentation

◆ choice()

auto openscenario_interpreter::reader::choice ( const pugi::xml_node &  node,
const std::unordered_map< std::string, std::function< Object(const pugi::xml_node &)>> &  callees 
) -> Object

◆ evaluate()

std::string openscenario_interpreter::reader::evaluate ( const std::string &  expression,
const Scope scope 
)

◆ readAttribute() [1/4]

template auto openscenario_interpreter::reader::readAttribute ( const std::string &  ,
const pugi::xml_node &  ,
const Scope  
) -> Boolean

◆ readAttribute() [2/4]

template<typename T , typename Node , typename Scope >
auto openscenario_interpreter::reader::readAttribute ( const std::string &  name,
const Node &  node,
const Scope scope 
) -> T

◆ readAttribute() [3/4]

template<typename T , typename Node , typename Scope >
auto openscenario_interpreter::reader::readAttribute ( const std::string &  name,
const Node &  node,
const Scope scope,
std::nullopt_t   
)

◆ readAttribute() [4/4]

template<typename T , typename Node , typename Scope >
auto openscenario_interpreter::reader::readAttribute ( const std::string &  name,
const Node &  node,
const Scope scope,
T &&  value 
) -> T

◆ readContent()

template<typename T , typename Node , typename Scope >
T openscenario_interpreter::reader::readContent ( const Node &  node,
const Scope  
)

◆ readElement() [1/2]

template<typename T , typename Scope >
template auto openscenario_interpreter::reader::readElement ( const std::string &  name,
const pugi::xml_node &  parent,
Scope scope 
) -> T

◆ readElement() [2/2]

template<typename T , typename U , typename Scope >
auto openscenario_interpreter::reader::readElement ( const std::string &  name,
const pugi::xml_node &  parent,
Scope scope,
U &&  value 
)

◆ readElements()

template<typename T , Cardinality MinOccurs, Cardinality MaxOccurs = unbounded, typename... Ts>
auto openscenario_interpreter::reader::readElements ( const std::string &  name,
const pugi::xml_node &  node,
Ts &&...  xs 
)

◆ readGroups()

template<typename GroupT , Cardinality MinOccurs, Cardinality MaxOccurs = unbounded, typename... Ts>
auto openscenario_interpreter::reader::readGroups ( const pugi::xml_node &  node,
Ts &&...  xs 
)

◆ substitute()

auto openscenario_interpreter::reader::substitute ( const std::string &  attribute,
const Scope scope 
) -> String

◆ traverse()

template<Cardinality MinOccurs, Cardinality MaxOccurs, typename F >
auto openscenario_interpreter::reader::traverse ( const pugi::xml_node &  parent,
const std::string &  name,
F &&  f 
) -> void

◆ Value::cast< Value::Numeric >()

template<>
auto openscenario_interpreter::reader::Value::cast< Value::Numeric > ( ) const -> Value

Variable Documentation

◆ unbounded

constexpr auto openscenario_interpreter::reader::unbounded = std::numeric_limits<Cardinality>::max()
constexpr