_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_bools(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_floats(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_int(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_ints(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_string(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_strings(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_type(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_uint(const char *path) | fawkes::SQLiteConfiguration | virtual |
get_uints(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_list(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 | |
iterator_hostspecific() | fawkes::SQLiteConfiguration | |
load(const char *filename) | fawkes::SQLiteConfiguration | virtual |
lock() | fawkes::SQLiteConfiguration | virtual |
modified_iterator() | fawkes::SQLiteConfiguration | |
notify_handlers(const char *path, bool comment_changed=false) | fawkes::Configuration | protected |
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_bools(const char *path, std::vector< 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_floats(const char *path, std::vector< float > &f) | fawkes::SQLiteConfiguration | virtual |
set_int(const char *path, int i) | fawkes::SQLiteConfiguration | virtual |
set_ints(const char *path, std::vector< 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_strings(const char *path, std::vector< std::string > &s) | fawkes::SQLiteConfiguration | virtual |
set_strings(const char *path, std::vector< const char *> &s) | fawkes::SQLiteConfiguration | virtual |
set_uint(const char *path, unsigned int uint) | fawkes::SQLiteConfiguration | virtual |
set_uints(const char *path, std::vector< unsigned int > &uint) | fawkes::SQLiteConfiguration | virtual |
SQLiteConfiguration() | fawkes::SQLiteConfiguration | |
SQLiteConfiguration(const char *sysconfdir, const char *userconfdir=NULL) | fawkes::SQLiteConfiguration | |
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 | virtual |
try_lock() | fawkes::SQLiteConfiguration | virtual |
unlock() | fawkes::SQLiteConfiguration | virtual |
~Configuration() | fawkes::Configuration | inlinevirtual |
~SQLiteConfiguration() | fawkes::SQLiteConfiguration | virtual |