Dynamic Hashing scheme for CORBA IDL operation name lookup.
More...
#include <Operation_Table_Dynamic_Hash.h>
Dynamic Hashing scheme for CORBA IDL operation name lookup.
Initialize the dynamic hash operation table with a database of operation names. The hash table size may be different from the size of the database. Hence we use the third argument to specify the size of the internal hash table. The alloc argument is used to determine where the memory comes from (usually from ACE_Static_Allocator_Base).
TAO_Dynamic_Hash_OpTable::~TAO_Dynamic_Hash_OpTable |
( |
void |
| ) |
|
int TAO_Dynamic_Hash_OpTable::find |
( |
const char * |
opname, |
|
|
TAO_Skeleton & |
skelfunc, |
|
|
const unsigned int |
length = 0 |
|
) |
| |
|
virtual |
Uses opname to look up the skeleton function and pass it back in skelfunc. Returns non-negative integer on success, or -1 on failure.
Implements TAO_Operation_Table.
Uses opname to look up the collocated skeleton function and pass it back in skelfunc. Returns non-negative integer on success, or -1 on failure.
Implements TAO_Operation_Table.
The hash table data structure.
The documentation for this class was generated from the following files: