18#ifndef _LOG4CXX_HELPERS_READER_H 
   19#define _LOG4CXX_HELPERS_READER_H 
base class for java-like objects.
Definition: object.h:106
 
Abstract class for reading from character streams.
Definition: reader.h:34
 
virtual LogString read(Pool &p)=0
 
virtual void close(Pool &p)=0
Closes the stream.
 
Reader()
Creates a new character-stream reader.
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::basic_string< logchar > LogString
Definition: logstring.h:60
 
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
 
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
 
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
 
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146