|
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) |
Public Member Functions inherited from log4cxx::helpers::ObjectImpl | |
| void | addRef () const |
| void | releaseRef () const |
Public Member Functions inherited from log4cxx::helpers::Object | |
| virtual bool | instanceof (const Class &clazz) const =0 |
| virtual const void * | cast (const Class &clazz) const =0 |
Additional Inherited Members | |
Protected Attributes inherited from log4cxx::helpers::ObjectImpl | |
| unsigned int volatile | ref |
Emulates java serialization.