Rosetta 3.3
|
#include "boost/python.hpp"
#include <basic/options/option.hh>
#include <core/types.hh>
#include <utility/keys/KeyLookup.hh>
#include <utility/options/keys/BooleanOptionKey.hh>
#include <string>
#include <utility/exit.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <iostream>
Functions | |
template<typename T , typename K > | |
T | get_option (std::string const &id) |
template<typename T , typename K > | |
void | set_option (std::string const &id, T const &value) |
utility::vector1< std::string > | get_file_vector_option (std::string const &id) |
void | wrap__core__by_hand () |
utility::vector1<std::string> get_file_vector_option | ( | std::string const & | id | ) |
References has, key, basic::options::option, utility_exit_with_message, and value.
T get_option | ( | std::string const & | id | ) |
References has, key, basic::options::option, utility_exit_with_message, and value.
Referenced by wrap__core__by_hand().
void set_option | ( | std::string const & | id, |
T const & | value | ||
) |
References has, key, basic::options::option, utility_exit_with_message, and value.
Referenced by wrap__core__by_hand().
void wrap__core__by_hand | ( | ) |
References get_option(), and set_option().