API Documentation
Loading...
Searching...
No Matches
INIFactory Member List

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)INIFactoryinline
addOption(const String &label, Vector< t_dims, t_type > &mem_loc)INIFactoryinline
addOption(const String &label, const Resource< t_type > &mem_loc)=deleteINIFactory
addOption(const String &label, Resource< t_type > &mem_loc)INIFactoryinline
addOption(const String &label, const t_type &mem_loc)=deleteINIFactory
addOption(const String &label, t_type &mem_loc)INIFactoryinline
addOption(const String &label, Resource< Matrix< t_type, t_row_dims, t_col_dims > > &mem_loc)INIFactoryinline
clear()INIFactory
ConvertFromINIString(String &s)INIFactorystatic
ConvertToINIString(String &s)INIFactorystatic
extraOptions() constINIFactory
extraOptionsRef()INIFactoryinline
getOption(const String &option, const String &default_value=String()) constINIFactory
hasOption(const String &option) constINIFactory
hasOption(uint08 hash_option) constINIFactory
INIFactory()INIFactory
INIFactory(const INIFactory &reader)=deleteINIFactory
INIFactory(INIFactory &&reader) noexceptINIFactory
preserveOrder() constINIFactoryinline
read(Scanner &file)INIFactory
readAsciiFile(File &file)INIFactory
readBinaryFile(File &file)INIFactory
setComment(char comment)INIFactoryinline
setDelimiter(char delimiter)INIFactory
setPreserveOrder(bool preserve_order)INIFactoryinline
setUseHashLabels(bool use_hash_labels)INIFactory
ToOption(t_type &mem_loc)INIFactoryinlinestatic
ToOption(Resource< t_type > &value)INIFactoryinlinestatic
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()INIFactoryvirtual