#include <zorba/serializer.h>


Public Member Functions | |
| void | addReference () const |
| virtual void | free () |
| long | getRefCount () const |
| virtual int | getSerializationMethod () const =0 |
| void | removeReference () |
| virtual void | serialize (ItemSequence *object, std::ostream &stream) const =0 |
| virtual | ~Serializer () |
Static Public Member Functions | |
| static Serializer_t | createSerializer (const Zorba_SerializerOptions_t &options) |
| static Serializer_t | createSerializer (ItemSequence *options) |
Protected Attributes | |
| unsigned int | theRefCount |
Definition at line 26 of file serializer.h.
| virtual zorba::Serializer::~Serializer | ( | ) | [inline, virtual] |
Definition at line 30 of file serializer.h.
| void zorba::SmartObject::addReference | ( | ) | const [inline, inherited] |
Definition at line 40 of file smart_ptr.h.
| static Serializer_t zorba::Serializer::createSerializer | ( | const Zorba_SerializerOptions_t & | options | ) | [static] |
| static Serializer_t zorba::Serializer::createSerializer | ( | ItemSequence * | options | ) | [static] |
| virtual void zorba::SmartObject::free | ( | ) | [virtual, inherited] |
| long zorba::SmartObject::getRefCount | ( | ) | const [inline, inherited] |
Definition at line 38 of file smart_ptr.h.
| virtual int zorba::Serializer::getSerializationMethod | ( | ) | const [pure virtual] |
| void zorba::SmartObject::removeReference | ( | ) | [inline, inherited] |
Definition at line 42 of file smart_ptr.h.
| virtual void zorba::Serializer::serialize | ( | ItemSequence * | object, |
| std::ostream & | stream | ||
| ) | const [pure virtual] |
unsigned int zorba::SmartObject::theRefCount [mutable, protected, inherited] |
Definition at line 27 of file smart_ptr.h.