|
OSG
3.4.0
|
#include <Serializer.h>


Public Member Functions | |
| TemplateSerializer (const char *name, P def) | |
| virtual bool | read (InputStream &is, osg::Object &obj)=0 |
| virtual bool | write (OutputStream &os, const osg::Object &obj)=0 |
| virtual const std::string & | getName () const |
Public Member Functions inherited from osgDB::BaseSerializer | |
| BaseSerializer (int usage) | |
| virtual bool | set (osg::Object &, void *) |
| virtual bool | get (const osg::Object &, void *) |
| virtual IntLookup * | getIntLookup () |
| void | setUsage (int usage) |
| int | getUsage () const |
| void | setUsage (bool hasGetter, bool hasSetter) |
| bool | supportsReadWrite () const |
| bool | supportsGetSet () const |
| bool | supportsGet () const |
| bool | supportsSet () const |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Attributes | |
| std::string | _name |
| P | _defaultValue |
Protected Attributes inherited from osgDB::BaseSerializer | |
| int | _firstVersion |
| int | _lastVersion |
| int | _usage |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Definition at line 243 of file Serializer.h.
|
inline |
Definition at line 247 of file Serializer.h.
|
inlinevirtual |
Implements osgDB::BaseSerializer.
Definition at line 252 of file Serializer.h.
|
pure virtual |
Implements osgDB::BaseSerializer.
Implemented in osgDB::BitFlagsSerializer< C, P >, osgDB::EnumSerializer< C, P, B >, osgDB::ImageSerializer< C, P >, osgDB::ObjectSerializer< C, P >, osgDB::StringSerializer< C >, osgDB::GLenumSerializer< C, P >, osgDB::MatrixSerializer< C >, osgDB::PropByRefSerializer< C, P >, and osgDB::PropByValSerializer< C, P >.
|
pure virtual |
Implements osgDB::BaseSerializer.
Implemented in osgDB::BitFlagsSerializer< C, P >, osgDB::EnumSerializer< C, P, B >, osgDB::ImageSerializer< C, P >, osgDB::ObjectSerializer< C, P >, osgDB::StringSerializer< C >, osgDB::GLenumSerializer< C, P >, osgDB::MatrixSerializer< C >, osgDB::PropByRefSerializer< C, P >, and osgDB::PropByValSerializer< C, P >.
|
protected |
Definition at line 256 of file Serializer.h.
|
protected |
Definition at line 255 of file Serializer.h.
1.8.8