![]() |
Rosetta
2021.16
|
#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... | |
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.
| 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<<(), 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<<(), and set_value_from_pdb_line().
| std::string core::io::pdb::Field::value |
String value of field.
Referenced by core::io::pdb::operator<<(), and set_value_from_pdb_line().
1.8.7