#include <Operation_Table.h>
Public Attributes | |
char const * | opname |
Operation name. | |
TAO_Skeleton | skel_ptr |
Remote/thru-POA skeleton pointer. | |
TAO_Collocated_Skeleton | direct_skel_ptr |
Collocated skeleton pointers. |
Definition at line 51 of file Operation_Table.h.
Collocated skeleton pointers.
Definition at line 60 of file Operation_Table.h.
Referenced by TAO_Perfect_Hash_OpTable::find(), TAO_Linear_Search_OpTable::find(), TAO_Binary_Search_OpTable::find(), and TAO_Dynamic_Hash_OpTable::TAO_Dynamic_Hash_OpTable().
char const* TAO_operation_db_entry::opname |
Operation name.
Definition at line 54 of file Operation_Table.h.
Referenced by TAO_CORBA_Policy_Perfect_Hash_OpTable::lookup(), and TAO_Dynamic_Hash_OpTable::TAO_Dynamic_Hash_OpTable().
Remote/thru-POA skeleton pointer.
Definition at line 57 of file Operation_Table.h.
Referenced by TAO_Perfect_Hash_OpTable::find(), TAO_Linear_Search_OpTable::find(), TAO_Binary_Search_OpTable::find(), and TAO_Dynamic_Hash_OpTable::TAO_Dynamic_Hash_OpTable().