Abstract class for writing to character streams. More...
Inherits log4cxx::helpers::ObjectImpl.
Inherited by BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
Classes | |
| class | ClazzWriter |
Public Member Functions | |
| virtual const helpers::Class & | getClass () const |
| const void * | cast (const helpers::Class &clazz) const |
| bool | instanceof (const helpers::Class &clazz) const |
| virtual void | close (Pool &p)=0 |
| virtual void | flush (Pool &p)=0 |
| virtual void | write (const LogString &str, Pool &p)=0 |
Static Public Member Functions | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
Protected Member Functions | |
| Writer () | |
| virtual | ~Writer () |
Abstract class for writing to character streams.
| Writer | ( | ) | [protected] |
| virtual ~Writer | ( | ) | [protected, virtual] |
| const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Implements Object.
Reimplemented in OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| virtual void close | ( | Pool & | p | ) | [pure virtual] |
Implemented in BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| virtual void flush | ( | Pool & | p | ) | [pure virtual] |
Implemented in BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from Object.
Reimplemented in OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from Object.
Reimplemented in OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Implements Object.
Reimplemented in OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from Object.
Reimplemented in OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
Implemented in BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.