Graphite Version 3
An experimental 3D geometry processing program
|
Public Member Functions | |
virtual BASE * | create () |
![]() | |
void | ref () const |
Increments the reference count. | |
void | unref () const |
Decrements the reference count. | |
bool | is_shared () const |
Check if the object is shared. | |
int | nb_refs () const |
Gets the number of references that point to this object. | |
Additional Inherited Members | |
![]() | |
static void | ref (const Counted *counted) |
Increments the reference count. | |
static void | unref (const Counted *counted) |
Decrements the reference count. | |
![]() | |
Counted () | |
Creates a reference counted object. | |
virtual | ~Counted () |
Destroys a reference counted object. | |
Definition at line 61 of file basic_factory.h.
|
inlinevirtual |
Implements OGF::BasicFactory< BASE >.
Definition at line 63 of file basic_factory.h.