Blender V2.61 - r43446
Public Member Functions | Public Attributes

GIM_RSORT_TOKEN Struct Reference

#include <gim_radixsort.h>

List of all members.

Public Member Functions

 GIM_RSORT_TOKEN ()
 GIM_RSORT_TOKEN (const GIM_RSORT_TOKEN &rtoken)
bool operator< (const GIM_RSORT_TOKEN &other) const
bool operator> (const GIM_RSORT_TOKEN &other) const

Public Attributes

GUINT m_key
GUINT m_value

Detailed Description

Definition at line 100 of file gim_radixsort.h.


Constructor & Destructor Documentation

GIM_RSORT_TOKEN::GIM_RSORT_TOKEN ( ) [inline]

Definition at line 104 of file gim_radixsort.h.

GIM_RSORT_TOKEN::GIM_RSORT_TOKEN ( const GIM_RSORT_TOKEN rtoken) [inline]

Definition at line 107 of file gim_radixsort.h.

References m_key, and m_value.


Member Function Documentation

bool GIM_RSORT_TOKEN::operator< ( const GIM_RSORT_TOKEN other) const [inline]

Definition at line 113 of file gim_radixsort.h.

References m_key.

bool GIM_RSORT_TOKEN::operator> ( const GIM_RSORT_TOKEN other) const [inline]

Definition at line 118 of file gim_radixsort.h.

References m_key.


Member Data Documentation


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