|
Apache log4cxx
Version 0.10.0
|
Implementation class for Object. More...
Public Member Functions | |
| ObjectImpl () | |
| virtual | ~ObjectImpl () |
| void | addRef () const |
| void | releaseRef () const |
Public Member Functions inherited from Object | |
| virtual const helpers::Class & | getClass () const |
| virtual | ~Object () |
| virtual bool | instanceof (const Class &clazz) const =0 |
| virtual const void * | cast (const Class &clazz) const =0 |
Protected Attributes | |
| unsigned int volatile | ref |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
Implementation class for Object.
| ObjectImpl | ( | ) |
|
virtual |
|
virtual |
Implements Object.
Reimplemented in DOMConfigurator, TimeBasedRollingPolicy, Logger, PropertyConfigurator, Hierarchy, Filter, RollingPolicyBase, FallbackErrorHandler, OnlyOnceErrorHandler, TriggeringPolicy, Layout, and DefaultRepositorySelector.
|
virtual |
Implements Object.
Reimplemented in DOMConfigurator, TimeBasedRollingPolicy, Logger, PropertyConfigurator, Hierarchy, Filter, RollingPolicyBase, FallbackErrorHandler, OnlyOnceErrorHandler, TriggeringPolicy, Layout, and DefaultRepositorySelector.
|
mutableprotected |