|
Rosetta
|
Functions for adding option keys into an OptionKeyList. More...
#include <utility/options/keys/OptionKeyList.hh>#include <utility/options/keys/all.hh>#include <utility/keys/VariantKey.hh>#include <utility/options/keys/OptionKey.hh>Namespaces | |
| utility | |
| unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
| utility::options | |
Functions | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, BooleanOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, IntegerOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, RealOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, StringOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, FileOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, PathOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, BooleanVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, IntegerVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, RealVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, StringVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, FileVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, PathVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
| OptionKeyList & | utility::options::operator+ (OptionKeyList &key_list, ResidueChainVectorOptionKey const &key) |
| Convenience function for appending an option key to an option key list (which itself is a list of pointers to OptionKeys, using the VariantKey class) so that many option keys can be appended by simply chaining a set of calls using "+". More... | |
Functions for adding option keys into an OptionKeyList.