Public Member Functions | Private Attributes

btHashInt Class Reference

#include <btHashMap.h>

List of all members.

Public Member Functions

 btHashInt (int uid)
int getUid1 () const
void setUid1 (int uid)
bool equals (const btHashInt &other) const
unsigned int getHash () const

Private Attributes

int m_uid

Detailed Description

Definition at line 78 of file btHashMap.h.


Constructor & Destructor Documentation

btHashInt::btHashInt ( int  uid  )  [inline]

Definition at line 82 of file btHashMap.h.


Member Function Documentation

bool btHashInt::equals ( const btHashInt other  )  const [inline]

Definition at line 96 of file btHashMap.h.

unsigned int btHashInt::getHash (  )  const [inline]

Definition at line 101 of file btHashMap.h.

int btHashInt::getUid1 (  )  const [inline]

Definition at line 86 of file btHashMap.h.

void btHashInt::setUid1 ( int  uid  )  [inline]

Definition at line 91 of file btHashMap.h.


Member Data Documentation

int btHashInt::m_uid [private]

Definition at line 80 of file btHashMap.h.


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