|
Gemmi C++ API
|
#include <metadata.hpp>
Classes | |
| struct | Strand |
Public Member Functions | |
| Sheet ()=default | |
| Sheet (const std::string &sheet_id) noexcept | |
Public Attributes | |
| std::string | name |
| std::vector< Strand > | strands |
Definition at line 343 of file metadata.hpp.
|
default |
|
inlineexplicitnoexcept |
Definition at line 354 of file metadata.hpp.
| std::string gemmi::Sheet::name |
Definition at line 350 of file metadata.hpp.
| std::vector<Strand> gemmi::Sheet::strands |
Definition at line 351 of file metadata.hpp.