, including all inherited members.
_ch_range | fawkes::Configuration | [protected] |
_change_handlers | fawkes::Configuration | [protected] |
add_change_handler(ConfigurationChangeHandler *h) | fawkes::Configuration | [virtual] |
ChangeHandlerList typedef | fawkes::Configuration | [protected] |
ChangeHandlerMultimap typedef | fawkes::Configuration | [protected] |
ChangeHandlerMultimapRange typedef | fawkes::Configuration | [protected] |
copy(Configuration *copyconf) | fawkes::SQLiteConfiguration | [virtual] |
erase(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
erase_default(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
exists(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
find_handlers(const char *path) | fawkes::Configuration | [protected] |
get_bool(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_comment(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_default_comment(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_float(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_int(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_string(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_type(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_uint(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
get_value(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
is_bool(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
is_default(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
is_float(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
is_int(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
is_string(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
is_uint(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
iterator() | fawkes::SQLiteConfiguration | [virtual] |
iterator_default() | fawkes::SQLiteConfiguration | [virtual] |
iterator_hostspecific() | fawkes::SQLiteConfiguration | [virtual] |
load(const char *filename, const char *defaults_filename, const char *tag=NULL) | fawkes::SQLiteConfiguration | [virtual] |
load(const char *tag=NULL) | fawkes::SQLiteConfiguration | |
lock() | fawkes::SQLiteConfiguration | [virtual] |
modified_iterator() | fawkes::SQLiteConfiguration | |
rem_change_handler(ConfigurationChangeHandler *h) | fawkes::Configuration | [virtual] |
search(const char *path) | fawkes::SQLiteConfiguration | [virtual] |
set_bool(const char *path, bool b) | fawkes::SQLiteConfiguration | [virtual] |
set_comment(const char *path, std::string &comment) | fawkes::SQLiteConfiguration | [virtual] |
set_comment(const char *path, const char *comment) | fawkes::SQLiteConfiguration | [virtual] |
set_default_bool(const char *path, bool b) | fawkes::SQLiteConfiguration | [virtual] |
set_default_comment(const char *path, const char *comment) | fawkes::SQLiteConfiguration | [virtual] |
set_default_comment(const char *path, std::string &comment) | fawkes::SQLiteConfiguration | [virtual] |
set_default_float(const char *path, float f) | fawkes::SQLiteConfiguration | [virtual] |
set_default_int(const char *path, int i) | fawkes::SQLiteConfiguration | [virtual] |
set_default_string(const char *path, std::string &s) | fawkes::SQLiteConfiguration | [virtual] |
set_default_string(const char *path, const char *s) | fawkes::SQLiteConfiguration | [virtual] |
set_default_uint(const char *path, unsigned int uint) | fawkes::SQLiteConfiguration | [virtual] |
set_float(const char *path, float f) | fawkes::SQLiteConfiguration | [virtual] |
set_int(const char *path, int i) | fawkes::SQLiteConfiguration | [virtual] |
set_string(const char *path, std::string &s) | fawkes::SQLiteConfiguration | [virtual] |
set_string(const char *path, const char *s) | fawkes::SQLiteConfiguration | [virtual] |
set_uint(const char *path, unsigned int uint) | fawkes::SQLiteConfiguration | [virtual] |
SQLiteConfiguration() | fawkes::SQLiteConfiguration | |
SQLiteConfiguration(const char *sysconfdir, const char *userconfdir=NULL) | fawkes::SQLiteConfiguration | |
tag(const char *tag) | fawkes::SQLiteConfiguration | [virtual] |
tags() | fawkes::SQLiteConfiguration | [virtual] |
transaction_begin(transaction_type_t ttype=TRANSACTION_DEFERRED) | fawkes::SQLiteConfiguration | |
transaction_commit() | fawkes::SQLiteConfiguration | |
TRANSACTION_DEFERRED enum value | fawkes::SQLiteConfiguration | |
TRANSACTION_EXCLUSIVE enum value | fawkes::SQLiteConfiguration | |
TRANSACTION_IMMEDIATE enum value | fawkes::SQLiteConfiguration | |
transaction_rollback() | fawkes::SQLiteConfiguration | |
transaction_type_t enum name | fawkes::SQLiteConfiguration | |
try_dump() | fawkes::SQLiteConfiguration | |
try_lock() | fawkes::SQLiteConfiguration | [virtual] |
unlock() | fawkes::SQLiteConfiguration | [virtual] |
~Configuration() | fawkes::Configuration | [inline, virtual] |
~SQLiteConfiguration() | fawkes::SQLiteConfiguration | [virtual] |