Graphite Version 3
An experimental 3D geometry processing program
|
A specialization of GenericSerializer for ArgList. More...
#include <OGF/gom/services/serializer.h>
Additional Inherited Members | |
![]() | |
~Serializer () override | |
Serializer destructor. | |
![]() | |
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. | |
![]() | |
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. | |
A specialization of GenericSerializer for ArgList.
Its functions do nothing and return false. This class is just here as a placeholder.
Definition at line 236 of file serializer.h.