26 prop_map_t::const_iterator i = prop_map.find(prop_id);
27 return i != prop_map.end();
32 if (!check_property(prop_id, type_float))
34 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
35 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
36 << prop_id <<
" is of type " << get_property_type(property_info.second)
37 <<
" not " << get_property_type(type_float) << endl;
40 prop_map_t::const_iterator i = prop_map.find(prop_id);
49 if (!check_property(prop_id, type_int))
51 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
52 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
53 << prop_id <<
" is of type " << get_property_type(property_info.second)
54 <<
" not " << get_property_type(type_int) << endl;
57 prop_map_t::const_iterator i = prop_map.find(prop_id);
67 if (!check_property(prop_id, type_uint))
69 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
70 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
71 << prop_id <<
" is of type " << get_property_type(property_info.second)
72 <<
" not " << get_property_type(type_uint) << endl;
75 prop_map_t::const_iterator i = prop_map.find(prop_id);
84 if (!check_property(prop_id, type_float))
86 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
87 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
88 << prop_id <<
" is of type " << get_property_type(property_info.second)
89 <<
" not " << get_property_type(type_float) << endl;
97 if (!check_property(prop_id, type_int))
99 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
100 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
101 << prop_id <<
" is of type " << get_property_type(property_info.second)
102 <<
" not " << get_property_type(type_int) << endl;
110 if (!check_property(prop_id, type_uint))
112 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
113 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
114 << prop_id <<
" is of type " << get_property_type(property_info.second)
115 <<
" not " << get_property_type(type_uint) << endl;
124 prop_map_t::const_iterator iter = prop_map.find(prop_id);
125 if (iter != prop_map.end())