26 #ifndef __TERRALIB_SE_SERIALIZATION_XML_INTERNAL_STYLE_H
27 #define __TERRALIB_SE_SERIALIZATION_XML_INTERNAL_STYLE_H
30 #include "../../../common/Singleton.h"
31 #include "../../Config.h"
38 #include <boost/function.hpp>
42 namespace se {
class Style; }
A class that models a XML writer object built on top of Xerces-C++.
Template support for singleton pattern.
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
void reg(const std::string &styleType, const StyleFnctSerializeType &fncts)
void write(const te::se::Style *style, te::xml::AbstractWriter &writer) const
std::pair< StyleReadFnctType, StyleWriteFnctType > StyleFnctSerializeType
te::se::Style * read(te::xml::Reader &reader) const
boost::function< te::se::Style *(te::xml::Reader &)> StyleReadFnctType
boost::function< void(const te::se::Style *, te::xml::AbstractWriter &)> StyleWriteFnctType
std::map< std::string, StyleFnctSerializeType > StyleFnctIdxType
This class models a XML writer object.
This class models a XML reader object.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.