srSDEnumLess Class Template Reference


Public Methods

bool operator() (const T *lhs, const T *rhs) const

Detailed Description

template<class T>
class srSDEnumLess< T >

This template class provides the less-than operator for any sd class based on the enum values.


Member Function Documentation

template<class T>
bool srSDEnumLess< T >::operator() const T *    lhs,
const T *    rhs
const [inline]
 

This function is the less-than operator for attributes and relationships in the srObjectState, based on the enum value.

Parameters:
lhs Left-hand side of comparison operation.
rhs Right-hand side of comparison operation.


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

Return to top of page