TAO_PortableServer  2.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | List of all members
TAO_Linear_Search_OpTable Class Referenceabstract

Operation table lookup strategy based on linear search. Not efficient, but it works. More...

#include <Operation_Table_Linear_Search.h>

Inheritance diagram for TAO_Linear_Search_OpTable:
Inheritance graph
Collaboration diagram for TAO_Linear_Search_OpTable:
Collaboration graph

Public Member Functions

 ~TAO_Linear_Search_OpTable (void)
 Destructor. More...
 
virtual int find (const char *opname, TAO_Skeleton &skel_ptr, const unsigned int length=0)
 See the documentation in the base class for details. More...
 
virtual int find (const char *opname, TAO_Collocated_Skeleton &skelfunc, TAO::Collocation_Strategy s, const unsigned int length=0)
 
virtual int bind (const char *opname, const TAO::Operation_Skeletons skelptr)
 
- Public Member Functions inherited from TAO_Operation_Table
virtual ~TAO_Operation_Table (void)
 

Private Member Functions

virtual const
TAO_operation_db_entry
lookup (const char *str)=0
 

Detailed Description

Operation table lookup strategy based on linear search. Not efficient, but it works.

Constructor & Destructor Documentation

TAO_Linear_Search_OpTable::~TAO_Linear_Search_OpTable ( void  )

Destructor.

Member Function Documentation

int TAO_Linear_Search_OpTable::bind ( const char *  opname,
const TAO::Operation_Skeletons  skel_ptr 
)
virtual

Associate the skeleton skel_ptr with an operation named opname. Returns -1 on failure, 0 on success, 1 on duplicate.

Implements TAO_Operation_Table.

int TAO_Linear_Search_OpTable::find ( const char *  opname,
TAO_Skeleton skel_ptr,
const unsigned int  length = 0 
)
virtual

See the documentation in the base class for details.

Implements TAO_Operation_Table.

int TAO_Linear_Search_OpTable::find ( const char *  opname,
TAO_Collocated_Skeleton skelfunc,
TAO::Collocation_Strategy  s,
const unsigned int  length = 0 
)
virtual

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.

virtual const TAO_operation_db_entry* TAO_Linear_Search_OpTable::lookup ( const char *  str)
privatepure virtual

The documentation for this class was generated from the following files: