Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
GIM_HASH_TABLE_NODE< T > Struct Template Reference

#include <gim_hash_table.h>

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

Definition at line 54 of file gim_hash_table.h.

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

Definition at line 60 of file gim_hash_table.h.

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.

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.

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.

Member Data Documentation

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

Definition at line 49 of file gim_hash_table.h.

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

Definition at line 48 of file gim_hash_table.h.


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