Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
utility::py::Value Class Reference

#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_
 

Detailed Description

Dummy Value class to test if we can pass argument by-reference to PyRosetta sub-classes

Constructor & Destructor Documentation

utility::py::Value::Value ( std::string  s = "unknown")
inline

References s(), and s_.

utility::py::Value::Value ( Value const &  src)
inline
utility::py::Value::~Value ( )
inline

References utility::io::oc::cout, and s_.

Member Function Documentation

std::string utility::py::Value::s ( ) const
inline

References s_.

Referenced by utility::py::operator<<(), and Value().

void utility::py::Value::s ( std::string const &  s)
inline

References s(), and s_.

Referenced by s().

Member Data Documentation

std::string utility::py::Value::s_
private

Referenced by s(), Value(), and ~Value().


The documentation for this class was generated from the following file: