|
Rosetta
|
#include <Field.hh>
Public Member Functions | |
| Field () | |
| Field (core::uint start_in, core::uint end_in) | |
| Convenience constructor. More... | |
| void | set_value_from_pdb_line (std::string source) |
| Read field value from given .pdb line and set. More... | |
| bool | operator== (Field const &other) const |
Public Attributes | |
| std::string | value |
| String value of field. More... | |
| core::uint | start |
| Beginning position in line, ending position in line. More... | |
| core::uint | end |
| core::io::pdb::Field::Field | ( | ) |
| core::io::pdb::Field::Field | ( | core::uint | start_in, |
| core::uint | end_in | ||
| ) |
Convenience constructor.
| bool core::io::pdb::Field::operator== | ( | Field const & | other | ) | const |
| void core::io::pdb::Field::set_value_from_pdb_line | ( | std::string | source | ) |
| core::uint core::io::pdb::Field::end |
Referenced by core::io::pdb::operator<<(), operator==(), and set_value_from_pdb_line().
| core::uint core::io::pdb::Field::start |
Beginning position in line, ending position in line.
Referenced by core::io::pdb::operator<<(), operator==(), and set_value_from_pdb_line().
| std::string core::io::pdb::Field::value |
String value of field.
Referenced by core::io::pdb::operator<<(), operator==(), and set_value_from_pdb_line().