34 #ifndef FGPROPERTYREADER_H 35 #define FGPROPERTYREADER_H 44 #include "simgear/props/props.hxx" 45 #include "input_output/FGPropertyManager.h" 51 #define ID_PROPERTYREADER "$Id: FGPropertyReader.h,v 1.3 2014/06/14 11:58:31 bcoconni Exp $" 80 const_iterator(
const std::map<SGPropertyNode_ptr, double>::const_iterator &it) : prop_it(it) {}
82 bool operator!=(
const const_iterator& it)
const {
return prop_it != it.prop_it; }
84 SGPropertyNode* node = prop_it->first;
89 std::map<SGPropertyNode_ptr, double>::const_iterator prop_it;
94 bool empty(
void)
const {
return interface_prop_initial_value.empty(); }
97 std::map<SGPropertyNode_ptr, double> interface_prop_initial_value;
Class wrapper for property handling.