18#ifndef LOG4CXX_SINGLETON_HOLDER_H
19#define LOG4CXX_SINGLETON_HOLDER_H
37 LogString getName()
const override {
return LOG4CXX_STR(
"SingletonHolder"); }
base class for java-like objects.
Definition object.h:106
Wraps any singleton object so it can be added to APRInitializer.
Definition singletonholder.h:32
const helpers::Class & getClass() const override
Definition singletonholder.h:40
ThreadUtility & value()
Definition singletonholder.h:46
std::basic_string< logchar > LogString
Definition logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146