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

GIM_HASH_TABLE_NODE< T > Struct Template Reference

#include <gim_hash_table.h>

List of all members.

Public Member Functions

 GIM_HASH_TABLE_NODE ()
 GIM_HASH_TABLE_NODE (const GIM_HASH_TABLE_NODE &value)
 GIM_HASH_TABLE_NODE (GUINT key, const T &data)
bool operator< (const GIM_HASH_TABLE_NODE< T > &other) const
bool operator> (const GIM_HASH_TABLE_NODE< T > &other) const
bool operator== (const GIM_HASH_TABLE_NODE< T > &other) const

Public Attributes

GUINT m_key
m_data

Detailed Description

template<typename T>
struct GIM_HASH_TABLE_NODE< T >

Definition at line 46 of file gim_hash_table.h.


Constructor & Destructor Documentation

template<typename T>
GIM_HASH_TABLE_NODE< T >::GIM_HASH_TABLE_NODE ( ) [inline]

Definition at line 50 of file gim_hash_table.h.

template<typename T>
GIM_HASH_TABLE_NODE< T >::GIM_HASH_TABLE_NODE ( const GIM_HASH_TABLE_NODE< T > &  value) [inline]
template<typename T>
GIM_HASH_TABLE_NODE< T >::GIM_HASH_TABLE_NODE ( GUINT  key,
const T &  data 
) [inline]

Member Function Documentation

template<typename T>
bool GIM_HASH_TABLE_NODE< T >::operator< ( const GIM_HASH_TABLE_NODE< T > &  other) const [inline]

inverse order, further objects are first

Definition at line 66 of file gim_hash_table.h.

References GIM_HASH_TABLE_NODE< T >::m_key.

template<typename T>
bool GIM_HASH_TABLE_NODE< T >::operator== ( const GIM_HASH_TABLE_NODE< T > &  other) const [inline]

inverse order, further objects are first

Definition at line 80 of file gim_hash_table.h.

References GIM_HASH_TABLE_NODE< T >::m_key.

template<typename T>
bool GIM_HASH_TABLE_NODE< T >::operator> ( const GIM_HASH_TABLE_NODE< T > &  other) const [inline]

inverse order, further objects are first

Definition at line 73 of file gim_hash_table.h.

References GIM_HASH_TABLE_NODE< T >::m_key.


Member Data Documentation

template<typename T>
T GIM_HASH_TABLE_NODE< T >::m_data

Definition at line 49 of file gim_hash_table.h.

Referenced by GIM_HASH_TABLE_NODE< T >::GIM_HASH_TABLE_NODE().

template<typename T>
GUINT GIM_HASH_TABLE_NODE< T >::m_key

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