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

Definition at line 63 of file AbstractOp.h.

Definition at line 60 of file AbstractOp.h.

Definition at line 61 of file AbstractOp.h.

Constructor & Destructor Documentation

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

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.
te::fe::AbstractOp* te::fe::serialize::AbstractOp::read ( te::xml::Reader reader) const
void te::fe::serialize::AbstractOp::reg ( const std::string &  opName,
const AbstractOpFnctSerializeType 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 AbstractOp.h.

Member Data Documentation

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

Definition at line 79 of file AbstractOp.h.

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: