|
Rosetta
|
#include <Inheritance.hh>
Public Member Functions | |
| Value (std::string s="unknown") | |
| Value (Value const &src) | |
| ~Value () | |
| std::string | s () const |
| void | s (std::string const &s) |
Private Attributes | |
| std::string | s_ |
Dummy Value class to test if we can pass argument by-reference to PyRosetta sub-classes
|
inline |
References utility::io::oc::cout, s_, and utility_exit_with_message.
|
inline |
References utility::io::oc::cout, and s_.
|
inline |