
Public Member Functions | |
| gbxObjectPtr (gbxObject *o=0) | |
| gbxObjectPtr (const gbxObjectPtr &o_ptr) | |
| gbxObjectPtr & | operator= (const gbxObjectPtr &o_ptr) |
| gbxObject * | getGBXObject () |
| const gbxObject * | getGBXObject () const |
| gbxObject * | operator-> () |
| const gbxObject * | operator-> () const |
| bool | operator! () const |
| virtual | ~gbxObjectPtr () |
Protected Attributes | |
| gbxObject * | o |
Definition at line 378 of file gbx.h.
1.5.3