Blender V2.61 - r43446
|
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 |
Definition at line 25 of file btContactProcessing.cpp.
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.
bool CONTACT_KEY_TOKEN::operator< | ( | const CONTACT_KEY_TOKEN & | other | ) | const [inline] |
Definition at line 45 of file btContactProcessing.cpp.
References m_key.
bool CONTACT_KEY_TOKEN::operator> | ( | const CONTACT_KEY_TOKEN & | other | ) | const [inline] |
Definition at line 50 of file btContactProcessing.cpp.
References m_key.
unsigned int CONTACT_KEY_TOKEN::m_key |
Definition at line 27 of file btContactProcessing.cpp.
Referenced by CONTACT_KEY_TOKEN(), operator<(), and operator>().
Definition at line 28 of file btContactProcessing.cpp.
Referenced by CONTACT_KEY_TOKEN().