scenario_simulator_v2 C++ API
Public Member Functions | Public Attributes | List of all members
openscenario_interpreter::syntax::Property Struct Reference

#include <property.hpp>

Public Member Functions

 Property ()=default
 
 Property (const pugi::xml_node &, Scope &)
 
 operator bool () const
 

Public Attributes

const String name
 
const String value
 

Constructor & Destructor Documentation

◆ Property() [1/2]

openscenario_interpreter::syntax::Property::Property ( )
default

◆ Property() [2/2]

openscenario_interpreter::syntax::Property::Property ( const pugi::xml_node &  node,
Scope scope 
)
explicit

Member Function Documentation

◆ operator bool()

openscenario_interpreter::syntax::Property::operator bool ( ) const
explicit

Member Data Documentation

◆ name

const String openscenario_interpreter::syntax::Property::name

◆ value

const String openscenario_interpreter::syntax::Property::value

The documentation for this struct was generated from the following files: