My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SIntList< T > Class Template Reference

#include <sortdict.h>

Inheritance diagram for SIntList< T >:

Public Member Functions

 SIntList (SIntDict< T > *owner)
 
virtual ~SIntList ()
 

Private Member Functions

int compareValues (const T *item1, const T *item2) const
 

Private Attributes

SIntDict< T > * m_owner
 

Detailed Description

template<class T>
class SIntList< T >

internal wrapper class that redirects compareValues() to the dictionary

Definition at line 428 of file sortdict.h.

Constructor & Destructor Documentation

template<class T>
SIntList< T >::SIntList ( SIntDict< T > *  owner)
inline

Definition at line 431 of file sortdict.h.

: m_owner(owner) {}
template<class T>
virtual SIntList< T >::~SIntList ( )
inlinevirtual

Definition at line 432 of file sortdict.h.

{}

Member Function Documentation

template<class T>
int SIntList< T >::compareValues ( const T *  item1,
const T *  item2 
) const
inlineprivate

Definition at line 434 of file sortdict.h.

{
return m_owner->compareValues(item1,item2);
}

Member Data Documentation

template<class T>
SIntDict<T>* SIntList< T >::m_owner
private

Definition at line 438 of file sortdict.h.

Referenced by SIntList< SearchIndexList >::compareValues().


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