Go to the documentation of this file.
26 #ifndef __TERRALIB_FE_SERIALIZATION_XML_INTERNAL_ABSTRACTOP_H
27 #define __TERRALIB_FE_SERIALIZATION_XML_INTERNAL_ABSTRACTOP_H
30 #include "../../../common/Singleton.h"
31 #include "../../Config.h"
38 #include <boost/function.hpp>
80 std::map<std::string, const char*>
m_names;
86 #endif // __TERRALIB_FE_SERIALIZATION_XML_INTERNAL_ABSTRACTOP_H
AbstractOpFnctIdxType m_fncts
An abstract interface for operators.
void write(const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer) const
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
boost::function< void(const te::fe::AbstractOp *, te::xml::AbstractWriter &)> AbstractOpWriteFnctType
This class models a XML writer object.
std::pair< AbstractOpReadFnctType, AbstractOpWriteFnctType > AbstractOpFnctSerializeType
This class models a XML reader object.
boost::function< te::fe::AbstractOp *(const char *opName, te::xml::Reader &)> AbstractOpReadFnctType
A class that models a XML writer object built on top of Xerces-C++.
Template support for singleton pattern.
std::map< std::string, const char * > m_names
Auxiliary map of string to te::fe::Global names pointers.
te::fe::AbstractOp * read(te::xml::Reader &reader) const
std::map< std::string, AbstractOpFnctSerializeType > AbstractOpFnctIdxType
void reg(const std::string &opName, const AbstractOpFnctSerializeType &fncts)