We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DECLARE_ABSTRACT_LOG4CXX_OBJECT(Xxxx) public: class: Clazz##object() : helpers::Class() {} virtual ~Clazz##object() {} virtual log4cxx::LogString getName() const { return LOG4CXX_STR(#object); } } virtual const helpers::Class& getClass(); static const helpers::Class& getStaticClass(); static const log4cxx::helpers::ClassRegistration& registerClass();