Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
util.hh File Reference
#include <iosfwd>
#include <utility/vector1.hh>
#include <utility/options/OptionCollection.fwd.hh>
#include <utility/options/keys/OptionKey.fwd.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...
 

Detailed Description

Author