Apache log4cxx
Version 0.11.0
|
Emulates java serialization. More...
#include <objectoutputstream.h>
Public Member Functions | |
ObjectOutputStream (OutputStreamPtr os, Pool &p) | |
void | close (Pool &p) |
void | flush (Pool &p) |
void | reset (Pool &p) |
void | writeObject (const LogString &, Pool &p) |
void | writeUTFString (const std::string &, Pool &p) |
void | writeObject (const MDC::Map &mdc, Pool &p) |
void | writeInt (int val, Pool &p) |
void | writeLong (log4cxx_time_t val, Pool &p) |
void | writeProlog (const char *className, int classDescIncrement, char *bytes, size_t len, Pool &p) |
void | writeNull (Pool &p) |
void | writeByte (char val, Pool &p) |
void | writeBytes (const char *bytes, size_t len, Pool &p) |
![]() | |
void | addRef () const |
void | releaseRef () const |
![]() | |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Additional Inherited Members | |
![]() | |
unsigned int volatile | ref |
Emulates java serialization.