26 #ifndef __TERRALIB_SERIALIZATION_SE_INTERNAL_STYLE_H 
   27 #define __TERRALIB_SERIALIZATION_SE_INTERNAL_STYLE_H 
   30 #include "../../common/Singleton.h" 
   31 #include "../Config.h" 
   38 #include <boost/function.hpp> 
   42   namespace se { 
class Style; }
 
   83 #endif  // __TERRALIB_SERIALIZATION_SE_INTERNAL_STYLE_H 
Template support for singleton pattern. 
 
This class models a XML reader object. 
 
std::map< std::string, StyleFnctSerializeType > StyleFnctIdxType
 
#define TESERIALIZATIONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
boost::function< te::se::Style *(te::xml::Reader &)> StyleReadFnctType
 
boost::function< void(const te::se::Style *, te::xml::Writer &)> StyleWriteFnctType
 
std::pair< StyleReadFnctType, StyleWriteFnctType > StyleFnctSerializeType
 
This class models a XML writer object.