![]() |
JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
Utility function for creation of a child property node using a relative path. More...
Namespaces | |
namespace | props |
Property value types. | |
Functions | |
template<typename StringType > | |
SGPropertyNode * | makeNode (SGPropertyNode *parent, const StringType &name) |
template<typename T > | |
T | parseString (const std::string &str) |
Parse a string as an object of a given type. | |
template<typename T > | |
std::istream & | readFrom (std::istream &stream, T &result) |
Utility function for creation of a child property node using a relative path.
|
inline |
|
inline |
Parse a string as an object of a given type.
XXX no error behavior yet.
T | the return type |
str | the string |
Definition at line 97 of file props.hxx.