Struct for caching results from the xml file.
More...
#include <Gearbox.h>
|
int | numNodes |
| number of nodes corresponding to the path
|
|
std::string | value |
| value of the first node if present, otherwise ""
|
|
std::string | unit |
| unit attribute of the first node if present, otherwise ""
|
|
Struct for caching results from the xml file.
Definition at line 40 of file Gearbox.h.
◆ PathValue()
Definition at line 41 of file Gearbox.h.
41: numNodes(0), value(""), unit("") {}
◆ numNodes
number of nodes corresponding to the path
Definition at line 43 of file Gearbox.h.
◆ unit
unit attribute of the first node if present, otherwise ""
Definition at line 47 of file Gearbox.h.
◆ value
value of the first node if present, otherwise ""
Definition at line 45 of file Gearbox.h.
The documentation for this struct was generated from the following file: