Panda3D
Public Member Functions | Static Public Member Functions
RefCountObj< Base > Class Template Reference

Another kind of proxy, similar to RefCountProxy. More...

#include "referenceCount.h"

Inheritance diagram for RefCountObj< Base >:
ReferenceCount MemoryBase

List of all members.

Public Member Functions

 RefCountObj (const Base &copy)

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()

Detailed Description

template<class Base>
class RefCountObj< Base >

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations