Public Member Functions | |
Strategy_Node (const ACE_CString &poa_name, CSD_Framework::Strategy_ptr strategy) | |
~Strategy_Node () | |
void | add_node (Strategy_Node *) |
Strategy_Node * | find (const ACE_CString &name) |
Public Attributes | |
ACE_CString | poa_name_ |
CSD_Framework::Strategy_var | strategy_ |
Strategy_Node * | next_ |
Definition at line 57 of file CSD_Strategy_Repository.h.
TAO_CSD_Strategy_Repository::Strategy_Node::Strategy_Node | ( | const ACE_CString & | poa_name, | |
CSD_Framework::Strategy_ptr | strategy | |||
) |
Definition at line 73 of file CSD_Strategy_Repository.cpp.
TAO_CSD_Strategy_Repository::Strategy_Node::~Strategy_Node | ( | ) |
Definition at line 81 of file CSD_Strategy_Repository.cpp.
void TAO_CSD_Strategy_Repository::Strategy_Node::add_node | ( | Strategy_Node * | node | ) |
Definition at line 88 of file CSD_Strategy_Repository.cpp.
TAO_CSD_Strategy_Repository::Strategy_Node * TAO_CSD_Strategy_Repository::Strategy_Node::find | ( | const ACE_CString & | name | ) |
Definition at line 97 of file CSD_Strategy_Repository.cpp.
Definition at line 66 of file CSD_Strategy_Repository.h.
Definition at line 64 of file CSD_Strategy_Repository.h.
CSD_Framework::Strategy_var TAO_CSD_Strategy_Repository::Strategy_Node::strategy_ |
Definition at line 65 of file CSD_Strategy_Repository.h.