Panda3D
|
Another kind of proxy, similar to RefCountProxy. More...
#include "referenceCount.h"
Public Member Functions | |
RefCountObj (const Base ©) | |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Another kind of proxy, similar to RefCountProxy.
This one works by inheriting from the indicated base type, giving it an is-a relation instead of a has-a relation. As such, it's a little more robust, but only works when the base type is, in fact, a class.
Definition at line 152 of file referenceCount.h.