#include <Operation_Table.h>
Inheritance diagram for TAO_Perfect_Hash_OpTable
Public Methods | |
TAO_Perfect_Hash_OpTable (void) | |
virtual | ~TAO_Perfect_Hash_OpTable (void) |
virtual int | find (const char *opname, TAO_Skeleton &skelfunc, const unsigned int length = 0) |
virtual int | bind (const char *opname, const TAO_Skeleton skel_ptr) |
Private Methods | |
virtual unsigned int | hash (const char *str, unsigned int len) = 0 |
virtual const TAO_operation_db_entry* | lookup (const char *str, unsigned int len) = 0 |
|
|
|
|
|
Reimplemented from TAO_Operation_Table. |
|
Reimplemented from TAO_Operation_Table. |
|
|