Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::Object Class Referenceabstract

base class for java-like objects. More...

#include <object.h>

Inheritance diagram for log4cxx::helpers::Object:
log4cxx::AppenderSkeleton log4cxx::DefaultLoggerFactory log4cxx::Layout log4cxx::Level log4cxx::PropertyConfigurator log4cxx::helpers::CharsetDecoder log4cxx::helpers::CharsetEncoder log4cxx::helpers::DatagramPacket log4cxx::helpers::DatagramSocket log4cxx::helpers::Date log4cxx::helpers::DateFormat log4cxx::helpers::InetAddress log4cxx::helpers::InputStream log4cxx::helpers::Integer log4cxx::helpers::OnlyOnceErrorHandler log4cxx::helpers::OutputStream log4cxx::helpers::Reader log4cxx::helpers::ResourceBundle log4cxx::helpers::Socket log4cxx::helpers::TimeZone log4cxx::helpers::Writer log4cxx::helpers::XMLDOMNode log4cxx::helpers::XMLDOMNodeList log4cxx::pattern::FormattingInfo log4cxx::pattern::NameAbbreviator log4cxx::pattern::PatternConverter log4cxx::rolling::Action log4cxx::rolling::RollingPolicyBase log4cxx::rolling::RolloverDescription log4cxx::rolling::TriggeringPolicy log4cxx::spi::AppenderAttachable log4cxx::spi::Configurator log4cxx::spi::DefaultRepositorySelector log4cxx::spi::HierarchyEventListener log4cxx::spi::LoggerFactory log4cxx::spi::LoggerRepository log4cxx::spi::LoggingEvent log4cxx::spi::OptionHandler log4cxx::spi::RepositorySelector log4cxx::spi::TriggeringEventEvaluator

Public Member Functions

virtual ~Object ()
 
virtual const helpers::ClassgetClass () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Detailed Description

base class for java-like objects.

Constructor & Destructor Documentation

◆ ~Object()

virtual log4cxx::helpers::Object::~Object ( )
inlinevirtual

Member Function Documentation

◆ cast()

virtual const void * log4cxx::helpers::Object::cast ( const Class clazz) const
pure virtual

◆ getClass()

virtual const helpers::Class & log4cxx::helpers::Object::getClass ( ) const
pure virtual

◆ instanceof()

virtual bool log4cxx::helpers::Object::instanceof ( const Class clazz) const
pure virtual

The documentation for this class was generated from the following file: