Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
OGF::GenericBasicFactoryWithArg< BASE, T, ARG > Class Template Reference
Inheritance diagram for OGF::GenericBasicFactoryWithArg< BASE, T, ARG >:
OGF::BasicFactoryWithArg< BASE, ARG > GEO::Counted

Public Member Functions

virtual BASE * create (ARG x)
 
- Public Member Functions inherited from GEO::Counted
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 Public Member Functions inherited from GEO::Counted
static void ref (const Counted *counted)
 Increments the reference count.
 
static void unref (const Counted *counted)
 Decrements the reference count.
 
- Protected Member Functions inherited from GEO::Counted
 Counted ()
 Creates a reference counted object.
 
virtual ~Counted ()
 Destroys a reference counted object.
 

Detailed Description

template<class BASE, class T, class ARG>
class OGF::GenericBasicFactoryWithArg< BASE, T, ARG >

Definition at line 115 of file basic_factory.h.

Member Function Documentation

◆ create()

template<class BASE , class T , class ARG >
virtual BASE * OGF::GenericBasicFactoryWithArg< BASE, T, ARG >::create ( ARG  x)
inlinevirtual

Implements OGF::BasicFactoryWithArg< BASE, ARG >.

Definition at line 117 of file basic_factory.h.


The documentation for this class was generated from the following file: