71 explicit const_iterator(
const std::map<SGPropertyNode_ptr, double>::const_iterator &it) : prop_it(it) {}
73 bool operator!=(
const const_iterator& it)
const {
return prop_it != it.prop_it; }
75 SGPropertyNode* node = prop_it->first;
80 std::map<SGPropertyNode_ptr, double>::const_iterator prop_it;