libUTL++
utl::MultiKeyObject Class Reference

Allows multi-key sort algorithms to be used with objects. More...

#include <algorithms_inl.h>

Public Member Functions

const ObjectgetObject () const
 Return the object. More...
 
const char & operator[] (size_t idx) const
 Array element access operator. More...
 
const char * operator+ (size_t num) const
 Addition operator. More...
 

Detailed Description

Allows multi-key sort algorithms to be used with objects.

Definition at line 69 of file algorithms_inl.h.

Member Function Documentation

◆ getObject()

const Object* utl::MultiKeyObject::getObject ( ) const
inline

Return the object.

Definition at line 86 of file algorithms_inl.h.

◆ operator[]()

const char& utl::MultiKeyObject::operator[] ( size_t  idx) const
inline

Array element access operator.

Definition at line 92 of file algorithms_inl.h.

◆ operator+()

const char* utl::MultiKeyObject::operator+ ( size_t  num) const
inline

Addition operator.

Definition at line 98 of file algorithms_inl.h.

References ABORT, and UTL_TYPE_NO_SERIALIZE.


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