edelib  2.1.0
Resource Member List

This is the complete list of members for Resource, including all inherited members.

clear(void)Resource
find_config(const char *name, ResourceType rt=RES_USER_FIRST, const char *prefix="ede")Resourcestatic
find_data(const char *name, ResourceType rt=RES_USER_FIRST, const char *prefix="ede")Resourcestatic
find_in_config_dir(const char *name, ResourceType rt=RES_USER_FIRST, const char *prefix="ede")Resourcestatic
get(const char *section, const char *key, char *ret, unsigned int size, ResourceType rt=RES_USER_FIRST)Resource
get(const char *section, const char *key, int &ret, int dfl=0, ResourceType rt=RES_USER_FIRST)Resource
get(const char *section, const char *key, bool &ret, bool dfl=false, ResourceType rt=RES_USER_FIRST)Resource
get(const char *section, const char *key, float &ret, float dfl=0, ResourceType rt=RES_USER_FIRST)Resource
get(const char *section, const char *key, long &ret, long dfl=0, ResourceType rt=RES_USER_FIRST)Resource
get(const char *section, const char *key, double &ret, double dfl=0, ResourceType rt=RES_USER_FIRST)Resource
get(const char *section, const char *key, char &ret, char dfl=0, ResourceType rt=RES_USER_FIRST)Resource
get_allocated(const char *section, const char *key, char **ret, unsigned int &retsize, ResourceType rt=RES_USER_FIRST)Resource
get_localized(const char *section, const char *key, char *ret, unsigned int size, ResourceType rt=RES_USER_FIRST)Resource
load(const char *domain, const char *prefix="ede")Resource
operator bool(void) const Resourceinline
Resource()Resource
save(const char *domain, const char *prefix="ede")Resource
set(const char *section, const char *key, char *val)Resource
set(const char *section, const char *key, const char *val)Resource
set(const char *section, const char *key, bool val)Resource
set(const char *section, const char *key, int val)Resource
set(const char *section, const char *key, long val)Resource
set(const char *section, const char *key, float val)Resource
set(const char *section, const char *key, double val)Resource
set_localized(const char *section, const char *key, char *val)Resource
set_localized(const char *section, const char *key, const char *val)Resource
~Resource()Resource