The MamaSymbolListMember class represents the information about the symbol list member.
More...
#include <MamaSymbolListMember.h>
Protected Member Functions |
mamaSymbolListMember | getCimpl () |
| Get a handle to the underlying C implementation.
|
Detailed Description
The MamaSymbolListMember class represents the information about the symbol list member.
In addition to the symbols, it is also possible to obtain information about the "source" of the symbol and which MamaTransport it can be found on.
Constructor & Destructor Documentation
Wombat::MamaSymbolListMember::MamaSymbolListMember |
( |
MamaSymbolList * |
symbolList | ) |
|
Construct a symbol list member that can be added to the symbol list.
Wombat::MamaSymbolListMember::MamaSymbolListMember |
( |
MamaSymbolList * |
list, |
|
|
mamaSymbolListMember |
cMember |
|
) |
| |
Construct symbol list member that wraps the given C symbol list member.
virtual Wombat::MamaSymbolListMember::~MamaSymbolListMember |
( |
| ) |
|
|
virtual |
Member Function Documentation
const char* Wombat::MamaSymbolListMember::getSymbol |
( |
| ) |
const |
const char* Wombat::MamaSymbolListMember::getSource |
( |
| ) |
const |
MamaTransport* Wombat::MamaSymbolListMember::getTransport |
( |
| ) |
const |
Get the MAMA symbol list to which this member belongs.
void* Wombat::MamaSymbolListMember::getClosure |
( |
| ) |
const |
Get the closure argument.
void Wombat::MamaSymbolListMember::setClosure |
( |
void * |
closure | ) |
|
Set the closure argument.
void Wombat::MamaSymbolListMember::setSymbol |
( |
const char * |
symbol | ) |
|
void Wombat::MamaSymbolListMember::setSource |
( |
const char * |
source | ) |
|
void Wombat::MamaSymbolListMember::setTransport |
( |
MamaTransport * |
transport | ) |
|
void Wombat::MamaSymbolListMember::setSymbolList |
( |
MamaSymbolList * |
symbolList | ) |
|
Set the MAMA symbol list to which this member belongs.
mamaSymbolListMember Wombat::MamaSymbolListMember::getCimpl |
( |
| ) |
|
|
protected |
Get a handle to the underlying C implementation.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: