This is similar to RefCountObj, but it implements a CopyOnWriteObject inheritance instead of a ReferenceCount inheritance.
More...
#include "copyOnWriteObject.h"
List of all members.
Public Member Functions |
|
| CopyOnWriteObj (const Base ©) |
|
| CopyOnWriteObj (const CopyOnWriteObj< Base > ©) |
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
|
static void | init_type () |
Protected Member Functions |
|
virtual | PT (CopyOnWriteObject) make_cow_copy() |
Detailed Description
template<class Base>
class CopyOnWriteObj< Base >
This is similar to RefCountObj, but it implements a CopyOnWriteObject inheritance instead of a ReferenceCount inheritance.
Definition at line 103 of file copyOnWriteObject.h.
The documentation for this class was generated from the following files: