|
cosi::TransferTable Class Reference#include <TransferTable.h>
List of all members.
|
Public Types |
typedef std::map< std::pair
< std::string, std::string >,
std::string >::iterator | iterator |
Public Member Functions |
| TransferTable () |
| ~TransferTable () |
TransferTable | Get () |
void | Set (TransferTable pT) |
std::map< std::pair
< std::string, std::string >,
std::string > | GetValue () |
void | SetValue (std::map< std::pair< std::string, std::string >, std::string > pTable) |
void | AddEntry (std::string pSourceName, std::string pDestName, std::string pPortName) |
bool | HasEntry (std::string pSourceName, std::string pDestName, std::string pPortName) |
bool | HasEntry (std::string pSourceName, std::string pDestName) |
std::string | GetPort (std::string pSourceName, std::string pDestName) |
iterator | TransferTableBegin () |
iterator | TransferTableEnd () |
bool | operator< (TransferTable pT) |
TransferTable | operator+ (TransferTable pT) |
Static Public Attributes |
static std::string | sQuantityName = "TransferTable" |
static std::string | sQuantityType = "(string,string)->string" |
Private Attributes |
std::map< std::pair
< std::string, std::string >,
std::string > | mTable |
Friends |
std::ostream & | operator<< (std::ostream &pOs, const TransferTable &pT) |
Member Typedef Documentation
Constructor & Destructor Documentation
cosi::TransferTable::TransferTable |
( |
|
) |
|
cosi::TransferTable::~TransferTable |
( |
|
) |
|
Member Function Documentation
std::map< std::pair< std::string, std::string >, std::string > cosi::TransferTable::GetValue |
( |
|
) |
|
void cosi::TransferTable::SetValue |
( |
std::map< std::pair< std::string, std::string >, std::string > |
pTable |
) |
|
void cosi::TransferTable::AddEntry |
( |
std::string |
pSourceName, |
|
|
std::string |
pDestName, |
|
|
std::string |
pPortName | |
|
) |
| | |
bool cosi::TransferTable::HasEntry |
( |
std::string |
pSourceName, |
|
|
std::string |
pDestName, |
|
|
std::string |
pPortName | |
|
) |
| | |
bool cosi::TransferTable::HasEntry |
( |
std::string |
pSourceName, |
|
|
std::string |
pDestName | |
|
) |
| | |
std::string cosi::TransferTable::GetPort |
( |
std::string |
pSourceName, |
|
|
std::string |
pDestName | |
|
) |
| | |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
pOs, |
|
|
const TransferTable & |
pT | |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following files:
Generated on Sun Sep 7 18:37:46 2008 for COSI by
1.5.4
|