|
auto | get_actuatorcurves (const ptree &pt) -> boost::select_second_const_range< decltype(boost::adaptors::filter(pt, ActuatorCurve::is_actuatorcurve))> |
|
auto | get_actuatorcurves (ptree &pt) -> boost::select_second_mutable_range< decltype(boost::adaptors::filter(pt, ActuatorCurve::is_actuatorcurve))> |
|
ALMATH_API void | check_version (const ptree &pt) |
|
ALMATH_API void | check_all (const ptree &pt) |
|
ALMATH_API ptree & | require_actuatorcurve (ptree &pt, const std::string &actuator) |
|
auto | get_labels (const ptree &pt) -> boost::select_second_const_range< decltype(boost::adaptors::filter(pt, Labels::is_labels))> |
|
ALMATH_API ptree & | add_labels (ptree &pt) |
|