This is the complete list of members for advgetopt::conf_file, including all inherited members.
| add_callback(callback_t const &c, std::string const ¶meter_name=std::string()) | advgetopt::conf_file | |
| callback_id_t typedef | advgetopt::conf_file | |
| callback_t typedef | advgetopt::conf_file | |
| callback_vector_t typedef | advgetopt::conf_file | private |
| conf_file(conf_file_setup const &setup) | advgetopt::conf_file | private |
| erase_all_parameters() | advgetopt::conf_file | |
| erase_parameter(std::string name) | advgetopt::conf_file | |
| exists() const | advgetopt::conf_file | |
| f_callbacks | advgetopt::conf_file | private |
| f_errno | advgetopt::conf_file | private |
| f_exists | advgetopt::conf_file | private |
| f_line | advgetopt::conf_file | private |
| f_modified | advgetopt::conf_file | private |
| f_next_callback_id | advgetopt::conf_file | private |
| f_parameters | advgetopt::conf_file | private |
| f_reading | advgetopt::conf_file | private |
| f_sections | advgetopt::conf_file | private |
| f_setup | advgetopt::conf_file | private |
| f_unget_char | advgetopt::conf_file | private |
| f_variables | advgetopt::conf_file | private |
| get_conf_file(conf_file_setup const &setup) | advgetopt::conf_file | static |
| get_errno() const | advgetopt::conf_file | |
| get_line(std::ifstream &stream, std::string &line) | advgetopt::conf_file | private |
| get_parameter(std::string name) const | advgetopt::conf_file | |
| get_parameters() const | advgetopt::conf_file | |
| get_sections() const | advgetopt::conf_file | |
| get_setup() const | advgetopt::conf_file | |
| get_variables() const | advgetopt::conf_file | |
| getc(std::ifstream &stream) | advgetopt::conf_file | private |
| has_parameter(std::string name) const | advgetopt::conf_file | |
| is_assignment_operator(char const *&s, bool skip) const | advgetopt::conf_file | |
| is_comment(char const *s) const | advgetopt::conf_file | |
| parameters_t typedef | advgetopt::conf_file | |
| pointer_t typedef | advgetopt::conf_file | |
| read_configuration() | advgetopt::conf_file | private |
| remove_callback(callback_id_t id) | advgetopt::conf_file | |
| reset_conf_files() | advgetopt::conf_file | static |
| save_configuration(std::string backup_extension=std::string(".bak"), bool replace_backup=false, bool prepend_warning=true, std::string output_filename=std::string()) | advgetopt::conf_file | |
| section_to_variables(std::string const §ion_name, variables::pointer_t var) | advgetopt::conf_file | |
| sections_t typedef | advgetopt::conf_file | |
| set_parameter(std::string section, std::string name, std::string const &value, assignment_t op=assignment_t::ASSIGNMENT_NONE, std::string const &comment=std::string()) | advgetopt::conf_file | |
| set_variables(variables::pointer_t variables) | advgetopt::conf_file | |
| ungetc(int c) | advgetopt::conf_file | private |
| value_changed(callback_action_t action, std::string const ¶meter_name, std::string const &value) | advgetopt::conf_file | private |
| was_modified() const | advgetopt::conf_file | |