Public Member Functions | Public Attributes | List of all members
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

§ SortEntry() [1/2]

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

Definition at line 107 of file OgreRadixSort.h.

§ SortEntry() [2/2]

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

Definition at line 108 of file OgreRadixSort.h.

Member Data Documentation

§ iter

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

Definition at line 106 of file OgreRadixSort.h.

§ key

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

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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jan 2 2017 11:59:36