Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions
BrokerFactory Class Reference

#include <broker.h>

Public Member Functions

BrokergetBroker (int state)
 
void assign (const std::string &fname, Operator *o)
 
void addCapability (const std::string &c)
 
OperatorgetOperator (int state, const std::string &name) const
 
const std::string & getLastError (void) const
 
void setLastError (const std::string &error) const
 
 ~BrokerFactory (void)
 

Static Public Member Functions

static BrokerFactorygetInstance (void)
 

Detailed Description

Definition at line 21 of file broker.h.

Constructor & Destructor Documentation

◆ ~BrokerFactory()

~BrokerFactory ( void  )

Definition at line 28 of file broker.cc.

Member Function Documentation

◆ addCapability()

void addCapability ( const std::string &  c)

Definition at line 43 of file broker.cc.

Here is the call graph for this function:

◆ assign()

void assign ( const std::string &  fname,
Operator o 
)

Definition at line 57 of file broker.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getBroker()

Broker * getBroker ( int  state)

Definition at line 78 of file broker.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getInstance()

BrokerFactory & getInstance ( void  )
static

Definition at line 36 of file broker.cc.

Here is the caller graph for this function:

◆ getLastError()

const std::string & getLastError ( void  ) const
inline

Definition at line 45 of file broker.h.

◆ getOperator()

Operator * getOperator ( int  state,
const std::string &  name 
) const

Definition at line 69 of file broker.cc.

◆ setLastError()

void setLastError ( const std::string &  error) const
inline

Definition at line 51 of file broker.h.

Here is the caller graph for this function:

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