Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
CONTACT_KEY_TOKEN Struct Reference

Public Member Functions

 CONTACT_KEY_TOKEN ()
 
 CONTACT_KEY_TOKEN (unsigned int key, int token)
 
 CONTACT_KEY_TOKEN (const CONTACT_KEY_TOKEN &rtoken)
 
bool operator< (const CONTACT_KEY_TOKEN &other) const
 
bool operator> (const CONTACT_KEY_TOKEN &other) const
 

Public Attributes

unsigned int m_key
 
int m_value
 

Detailed Description

Definition at line 25 of file btContactProcessing.cpp.

Constructor & Destructor Documentation

CONTACT_KEY_TOKEN::CONTACT_KEY_TOKEN ( )
inline

Definition at line 29 of file btContactProcessing.cpp.

CONTACT_KEY_TOKEN::CONTACT_KEY_TOKEN ( unsigned int  key,
int  token 
)
inline

Definition at line 33 of file btContactProcessing.cpp.

CONTACT_KEY_TOKEN::CONTACT_KEY_TOKEN ( const CONTACT_KEY_TOKEN rtoken)
inline

Definition at line 39 of file btContactProcessing.cpp.

Member Function Documentation

bool CONTACT_KEY_TOKEN::operator< ( const CONTACT_KEY_TOKEN other) const
inline

Definition at line 45 of file btContactProcessing.cpp.

bool CONTACT_KEY_TOKEN::operator> ( const CONTACT_KEY_TOKEN other) const
inline

Definition at line 50 of file btContactProcessing.cpp.

Member Data Documentation

unsigned int CONTACT_KEY_TOKEN::m_key

Definition at line 27 of file btContactProcessing.cpp.

int CONTACT_KEY_TOKEN::m_value

Definition at line 28 of file btContactProcessing.cpp.


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