18 #ifndef _LOG4CXX_HELPERS_RESOURCE_BUNDLE_H 19 #define _LOG4CXX_HELPERS_RESOURCE_BUNDLE_H 21 #include <log4cxx/helpers/objectimpl.h> 22 #include <log4cxx/helpers/objectptr.h> 31 LOG4CXX_PTR_DEF(ResourceBundle);
40 BEGIN_LOG4CXX_CAST_MAP()
42 END_LOG4CXX_CAST_MAP()
53 virtual LogString getString(
const LogString& key)
const = 0;
62 static ResourceBundlePtr getBundle(
const LogString& baseName,
74 inline void setParent(
const ResourceBundlePtr& parent1)
76 this->parent = parent1;
ResourceBundlePtr parent
The parent bundle of this bundle.
Definition: resourcebundle.h:85
Implementation class for Object.
Definition: objectimpl.h:28
Resource bundles contain locale-specific objects.
Definition: resourcebundle.h:36
Definition: appender.h:33