ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
|
This is the complete list of members for IO::InputBlock, including all inherited members.
add(InputBlock block, bool merge=false) | IO::InputBlock | inline |
add(Option option) | IO::InputBlock | inline |
add(const std::vector< Option > &options) (defined in IO::InputBlock) | IO::InputBlock | inline |
add(const std::string &string, bool merge=false) | IO::InputBlock | inline |
blocks() const | IO::InputBlock | inline |
check(std::initializer_list< std::string > blocks, const std::vector< std::pair< std::string, std::string >> &list, bool print=false) const | IO::InputBlock | inline |
check(const std::vector< std::pair< std::string, std::string >> &list, bool print=false) const | IO::InputBlock | inline |
get(std::string_view key, T default_value) const | IO::InputBlock | |
get(std::string_view key) const | IO::InputBlock | |
get(std::initializer_list< std::string > blocks, std::string_view key, T default_value) const | IO::InputBlock | |
get(std::initializer_list< std::string > blocks, std::string_view key) const | IO::InputBlock | |
get_block(std::string_view name) const | IO::InputBlock | inline |
getBlock(std::string_view name) const | IO::InputBlock | inline |
getBlock(std::initializer_list< std::string > blocks, std::string_view name) const (defined in IO::InputBlock) | IO::InputBlock | inline |
getOption(std::string_view key) const | IO::InputBlock | inline |
has_block(std::string_view name) const | IO::InputBlock | inline |
has_block(std::initializer_list< std::string > blocks, std::string_view name) const | IO::InputBlock | inline |
has_option(std::string_view key) const | IO::InputBlock | inline |
InputBlock() | IO::InputBlock | inline |
InputBlock(std::string_view name, std::initializer_list< Option > options={}) | IO::InputBlock | inline |
InputBlock(std::string_view name, const std::string &string_input) | IO::InputBlock | inline |
InputBlock(std::string_view name, const std::istream &file) | IO::InputBlock | inline |
merge(InputBlock block) (defined in IO::InputBlock) | IO::InputBlock | inline |
merge(const std::string &string) (defined in IO::InputBlock) | IO::InputBlock | inline |
name() const (defined in IO::InputBlock) | IO::InputBlock | inline |
operator!= (defined in IO::InputBlock) | IO::InputBlock | friend |
operator!= (defined in IO::InputBlock) | IO::InputBlock | friend |
operator==(InputBlock block, std::string_view name) | IO::InputBlock | friend |
operator== (defined in IO::InputBlock) | IO::InputBlock | friend |
option_is_set(std::string_view key) const | IO::InputBlock | inline |
options() const | IO::InputBlock | inline |
print(std::ostream &os=std::cout, int indent_depth=0) const | IO::InputBlock | inline |