#include <ContactImpl.h>
Public Member Functions | |
ContactImpl (int body1, int body2) | |
virtual | ~ContactImpl () |
Protected Attributes | |
int | referenceCount |
int | body1 |
int | body2 |
Friends | |
class | Contact |
ContactImpl | ( | int | body1, | |
int | body2 | |||
) |
virtual ~ContactImpl | ( | ) | [inline, virtual] |
friend class Contact [friend] |
int referenceCount [protected] |
int body1 [protected] |
int body2 [protected] |