Blender V2.61 - r43446
Public Member Functions | Public Attributes

CONTACT_KEY_TOKEN Struct Reference

List of all members.

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.

References m_key, and m_value.

CONTACT_KEY_TOKEN::CONTACT_KEY_TOKEN ( const CONTACT_KEY_TOKEN rtoken) [inline]

Definition at line 39 of file btContactProcessing.cpp.

References m_key, and m_value.


Member Function Documentation

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.


Member Data Documentation

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().


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