![]() |
Rosetta
3.7
|
#include <basic/options/util.hh>
#include <basic/options/option.hh>
#include <utility/vector1.hh>
#include <utility/exit.hh>
#include <utility/io/izstream.hh>
#include <utility/options/OptionCollection.hh>
#include <utility/options/keys/OptionKey.hh>
#include <basic/Tracer.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
Namespaces | |
basic | |
Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input. | |
basic::options | |
Functions | |
std::string | basic::options::start_file () |
kind of like the old -s – just one file More... | |
utility::vector1< std::string > | basic::options::start_files () |
void | basic::options::add_anonymous_option (utility::options::OptionCollection &options, utility::options::OptionKey const &key) |
Add a base-class OptionKey to an OptionCollection by trying to perform a dynamic cast to each of the available option types until the correct derived class is found. More... | |
utility::options::OptionCollectionOP | basic::options::read_subset_of_global_option_collection (utility::options::OptionKeyList const &opt_keys) |
Create an OptionCollection that knows about only the subset of option keys listed in the input OptionsKeys list. Load this new OptionCollection with the values and the defaults that are stored in the global option collection. More... | |