Struct to store the name and member variables within a node class attribute when parsed by boost spirit The class attribute has the form "classname;name1=val1;name2=val2;name3=val3;" where the name-value pairs are optional, as is the trailing semicolon. More...
#include <uhal/grammars/NodeTreeClassAttributeGrammar.hpp>
Public Attributes | |
std::string | mClass |
The name of the class. More... | |
NameValuePairVectorType | mArguments |
The member variable of the class stored as "name1=val1;name2=val2;name3=val3". More... | |
Struct to store the name and member variables within a node class attribute when parsed by boost spirit The class attribute has the form "classname;name1=val1;name2=val2;name3=val3;" where the name-value pairs are optional, as is the trailing semicolon.
Definition at line 57 of file NodeTreeClassAttributeGrammar.hpp.
NameValuePairVectorType uhal::NodeTreeClassAttribute::mArguments |
The member variable of the class stored as "name1=val1;name2=val2;name3=val3".
Definition at line 62 of file NodeTreeClassAttributeGrammar.hpp.
std::string uhal::NodeTreeClassAttribute::mClass |
The name of the class.
Definition at line 60 of file NodeTreeClassAttributeGrammar.hpp.