GIM_HASH_TABLE_NODE< T > Struct Template Reference

#include <gim_hash_table.h>

List of all members.

Public Member Functions

 GIM_HASH_TABLE_NODE (GUINT key, const T &data)
 GIM_HASH_TABLE_NODE (const GIM_HASH_TABLE_NODE &value)
 GIM_HASH_TABLE_NODE ()
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

m_data
GUINT m_key

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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


bullet
Author(s): Erwin Coumans, ROS package maintained by Tully Foote
autogenerated on Fri Jan 11 10:11:09 2013