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 AbstractOp.h.

Member Typedef Documentation

◆ AbstractOpFnctIdxType

Definition at line 63 of file AbstractOp.h.

◆ AbstractOpFnctSerializeType

◆ AbstractOpReadFnctType

Definition at line 60 of file AbstractOp.h.

◆ AbstractOpWriteFnctType

Definition at line 61 of file AbstractOp.h.

Constructor & Destructor Documentation

◆ ~AbstractOp()

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

◆ AbstractOp()

te::fe::serialize::AbstractOp::AbstractOp ( )
protected

Member Function Documentation

◆ getInstance()

AbstractOp & te::common::Singleton< AbstractOp >::getInstance ( )
inlinestaticinherited

It returns a reference to the singleton instance.

Returns
A reference to the singleton instance.

Definition at line 126 of file Singleton.h.

◆ read()

te::fe::AbstractOp* te::fe::serialize::AbstractOp::read ( te::xml::Reader reader) const

◆ reg()

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

◆ write()

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

Friends And Related Function Documentation

◆ te::common::Singleton< AbstractOp >

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

Definition at line 56 of file AbstractOp.h.

Member Data Documentation

◆ m_fncts

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

Definition at line 79 of file AbstractOp.h.

◆ m_names

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 AbstractOp.h.


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