OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType >::SortEntry Struct Reference

#include <OgreRadixSort.h>

Public Member Functions

 SortEntry ()
 
 SortEntry (TCompValueType k, ContainerIter it)
 

Public Attributes

ContainerIter iter
 
TCompValueType key
 

Detailed Description

template<class TContainer, class TContainerValueType, typename TCompValueType>
struct Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType >::SortEntry

Definition at line 103 of file OgreRadixSort.h.

Constructor & Destructor Documentation

template<class TContainer, class TContainerValueType, typename TCompValueType>
Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType >::SortEntry::SortEntry ( )
inline

Definition at line 107 of file OgreRadixSort.h.

template<class TContainer, class TContainerValueType, typename TCompValueType>
Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType >::SortEntry::SortEntry ( TCompValueType  k,
ContainerIter  it 
)
inline

Definition at line 108 of file OgreRadixSort.h.

Member Data Documentation

template<class TContainer, class TContainerValueType, typename TCompValueType>
ContainerIter Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType >::SortEntry::iter

Definition at line 106 of file OgreRadixSort.h.

template<class TContainer, class TContainerValueType, typename TCompValueType>
TCompValueType Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType >::SortEntry::key

Definition at line 105 of file OgreRadixSort.h.


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