TAO  2.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO::Less_Than_ObjectKey Class Reference

Compares the length and then the contents of ObjectKeys. More...

#include <ObjectKey_Table.h>

Collaboration diagram for TAO::Less_Than_ObjectKey:
Collaboration graph

Public Member Functions

bool operator() (const TAO::ObjectKey &lhs, const TAO::ObjectKey &rhs) const
 

Detailed Description

Compares the length and then the contents of ObjectKeys.

Should have been a specialization of the functor ACE_Less_Than<sequence<CORBA::Octet>>. But that will not work so easily across bunch of stuff. Hence let us put up with this for the time being.

Member Function Documentation

bool TAO::Less_Than_ObjectKey::operator() ( const TAO::ObjectKey lhs,
const TAO::ObjectKey rhs 
) const

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