4 #ifndef FIRE_DATA_FEATURES_HPP_INCLUDED 
    5 #define FIRE_DATA_FEATURES_HPP_INCLUDED 
    7 #include <boost/thread/mutex.hpp> 
   13 #include "fire/gis/export.hpp" 
   14 #include "fire/source/FeaturesType.hpp" 
   23     typedef std::map< FeaturesType::FeaturesType, std::string > ParamMap;
 
   26     mutable boost::mutex _mtx;
 
   57     std::string 
get(
const FeaturesType::FeaturesType & name) 
const;
 
   64     bool exists(
const FeaturesType::FeaturesType & name) 
const;
 
   72     bool set(FeaturesType::FeaturesType 
const & name, std::string 
const & val);
 
Oggetto che consente di verificare la presenza di specifiche funzionalità sull'implementazione di una...
Definition: Features.hpp:21