18#ifndef _LOG4CXX_HELPERS_RESOURCE_BUNDLE_H
19#define _LOG4CXX_HELPERS_RESOURCE_BUNDLE_H
73 inline
void setParent(const ResourceBundlePtr& parent1)
75 this->parent = parent1;
84 LOG4CXX_DECLARE_PRIVATE_MEMBER(ResourceBundlePtr, parent)
base class for java-like objects.
Definition object.h:106
Resource bundles contain locale-specific objects.
Definition resourcebundle.h:36
virtual LogString getString(const LogString &key) const =0
Gets a string for the given key from this resource bundle or one of its parents.
void setParent(const ResourceBundlePtr &parent1)
Definition resourcebundle.h:73
static ResourceBundlePtr getBundle(const LogString &baseName, const Locale &locale)
Gets a resource bundle using the specified base name and locale.
std::basic_string< logchar > LogString
Definition logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146