te::fe::serialize::AbstractOp Class Reference

#include <AbstractOp.h>

Inheritance diagram for te::fe::serialize::AbstractOp:
te::common::Singleton< AbstractOp >

Public Types

typedef std::map< std::string, AbstractOpFnctSerializeTypeAbstractOpFnctIdxType
 
typedef std::pair< AbstractOpReadFnctType, AbstractOpWriteFnctTypeAbstractOpFnctSerializeType
 
typedef boost::function< te::fe::AbstractOp *(const char *opName, te::xml::Reader &)> AbstractOpReadFnctType
 
typedef boost::function< void(const te::fe::AbstractOp *, te::xml::AbstractWriter &)> AbstractOpWriteFnctType
 

Public Member Functions

te::fe::AbstractOpread (te::xml::Reader &reader) const
 
void reg (const std::string &opName, const AbstractOpFnctSerializeType &fncts)
 
void write (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer) const
 
 ~AbstractOp ()
 

Static Public Member Functions

static AbstractOpgetInstance ()
 It returns a reference to the singleton instance. More...
 

Protected Member Functions

 AbstractOp ()
 

Private Attributes

AbstractOpFnctIdxType m_fncts
 
std::map< std::string, const char * > m_names
 Auxiliary map of string to te::fe::Global names pointers. More...
 

Friends

class te::common::Singleton< AbstractOp >
 

Detailed Description

Definition at line 54 of file serialization/xml/AbstractOp.h.

Member Typedef Documentation

Definition at line 60 of file serialization/xml/AbstractOp.h.

Constructor & Destructor Documentation

te::fe::serialize::AbstractOp::~AbstractOp ( )
default

Referenced by write().

Member Function Documentation

static AbstractOp & te::common::Singleton< AbstractOp >::getInstance ( )
staticinherited

It returns a reference to the singleton instance.

Returns
A reference to the singleton instance.

Referenced by BinaryLogicOpReader(), BinaryLogicOpWriter(), te::fe::serialize::ReadFilter(), UnaryLogicOpReader(), and UnaryLogicOpWriter().

void te::fe::serialize::AbstractOp::reg ( const std::string &  opName,
const AbstractOpFnctSerializeType fncts 
)

Definition at line 96 of file serialization/xml/AbstractOp.cpp.

References m_fncts.

void te::fe::serialize::AbstractOp::write ( const te::fe::AbstractOp op,
te::xml::AbstractWriter writer 
) const

Friends And Related Function Documentation

friend class te::common::Singleton< AbstractOp >
friend

Definition at line 56 of file serialization/xml/AbstractOp.h.

Member Data Documentation

AbstractOpFnctIdxType te::fe::serialize::AbstractOp::m_fncts
private

Definition at line 79 of file serialization/xml/AbstractOp.h.

Referenced by AbstractOp(), read(), reg(), and write().

std::map<std::string, const char*> te::fe::serialize::AbstractOp::m_names
private

Auxiliary map of string to te::fe::Global names pointers.

Definition at line 80 of file serialization/xml/AbstractOp.h.

Referenced by AbstractOp(), and read().


The documentation for this class was generated from the following files: