struct
#include <gemmi/cifdoc.hpp>
Loop
Contents
- Reference
Public functions
-
auto find_tag(std::
string tag) const -> int -
auto has_tag(const std::
string& tag) const -> bool -
auto width() const -> size_
t -
auto length() const -> size_
t -
auto val(size_
t row, size_ t col) const -> const std:: string& - void clear()
-
template<typename T>void add_row(T new_values, int pos = -1)
-
void add_row(std::
initializer_list<std:: string> new_values, int pos = -1) -
void add_comment_and_row(std::
initializer_list<std:: string> ss) - void pop_row()
-
void set_all_values(std::
vector<std:: vector<std:: string>> columns)