API Documentation
|
This is the complete list of members for INIFactory, including all inherited members.
addINIOption(const String &label, INIOption *option) | INIFactory | |
addManagedOption(const String &option_label, const String &option, bool replace=true) | INIFactory | |
addOption(const String &label, Resource< Vector< t_dims, t_type > > &mem_loc) | INIFactory | inline |
addOption(const String &label, Vector< t_dims, t_type > &mem_loc) | INIFactory | inline |
addOption(const String &label, const Resource< t_type > &mem_loc)=delete | INIFactory | |
addOption(const String &label, Resource< t_type > &mem_loc) | INIFactory | inline |
addOption(const String &label, const t_type &mem_loc)=delete | INIFactory | |
addOption(const String &label, t_type &mem_loc) | INIFactory | inline |
addOption(const String &label, Resource< Matrix< t_type, t_row_dims, t_col_dims > > &mem_loc) | INIFactory | inline |
clear() | INIFactory | |
ConvertFromINIString(String &s) | INIFactory | static |
ConvertToINIString(String &s) | INIFactory | static |
extraOptions() const | INIFactory | |
extraOptionsRef() | INIFactory | inline |
getOption(const String &option, const String &default_value=String()) const | INIFactory | |
hasOption(const String &option) const | INIFactory | |
hasOption(uint08 hash_option) const | INIFactory | |
INIFactory() | INIFactory | |
INIFactory(const INIFactory &reader)=delete | INIFactory | |
INIFactory(INIFactory &&reader) noexcept | INIFactory | |
preserveOrder() const | INIFactory | inline |
read(Scanner &file) | INIFactory | |
readAsciiFile(File &file) | INIFactory | |
readBinaryFile(File &file) | INIFactory | |
setComment(char comment) | INIFactory | inline |
setDelimiter(char delimiter) | INIFactory | |
setPreserveOrder(bool preserve_order) | INIFactory | inline |
setUseHashLabels(bool use_hash_labels) | INIFactory | |
ToOption(t_type &mem_loc) | INIFactory | inlinestatic |
ToOption(Resource< t_type > &value) | INIFactory | inlinestatic |
writeToAsciiFile(File &file, bool include_end_comment=false) | INIFactory | |
writeToBinaryFile(File &file) | INIFactory | |
writeToLog(const String &title, ProgressInfo *log, uint01 log_level=2) | INIFactory | |
~INIFactory() | INIFactory | virtual |