24 #ifndef RESOURCES_MAP_PROPERTIES_H 
   25 #define RESOURCES_MAP_PROPERTIES_H 
   60                                       const std::string &def)
 
   63             const PropertyMap::const_iterator i = 
mProperties.find(name);
 
   78             const PropertyMap::const_iterator i = 
mProperties.find(name);
 
  100             const PropertyMap::const_iterator i = 
mProperties.find(name);
 
  104                 if (i->second == 
"true")
 
  106                 if (i->second == 
"false")
 
  128         void setProperty(
const std::string &name, 
const std::string &value)
 
void setProperty(const std::string &name, const std::string &value)
bool hasProperty(const std::string &name) const
bool getBoolProperty(const std::string &name, const bool def) const
const std::string getProperty(const std::string &name, const std::string &def) const
float getFloatProperty(const std::string &name, const float def) const
std::map< std::string, std::string > PropertyMap
#define A_DELETE_COPY(func)