struct
#include <gemmi/cifdoc.hpp>
Table
Contents
- Reference
Public types
Public functions
- auto get_loop() -> Loop*
- auto ok() const -> bool
-
auto width() const -> size_
t -
auto length() const -> size_
t - auto has_column(int n) const -> bool
- auto tags() -> Row
- auto operator[](int n) -> Row
- auto at(int n) -> Row
- auto one() -> Row
-
auto get_prefix() const -> std::
string -
auto find_row(const std::
string& s) -> Row -
template<typename T>void append_row(T new_values)
-
void append_row(std::
initializer_list<std:: string> new_values) - auto column_at_pos(int pos) -> Column
- auto column(int n) -> Column
-
auto find_column_position(const std::
string& tag) const -> int -
auto find_column(const std::
string& tag) -> Column - void erase()
- auto begin() -> iterator
- auto end() -> iterator