Gemmi C++ API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gemmi::cif::Table::iterator Struct Reference

#include <cifdoc.hpp>

Public Member Functions

void operator++ ()
 
bool operator== (const iterator &o) const
 
bool operator!= (const iterator &o) const
 
Row operator* ()
 
const std::string & get (int n) const
 

Public Attributes

Tableparent
 
int index
 

Detailed Description

Definition at line 436 of file cifdoc.hpp.

Member Function Documentation

◆ operator++()

void gemmi::cif::Table::iterator::operator++ ( )
inline

Definition at line 439 of file cifdoc.hpp.

◆ operator==()

bool gemmi::cif::Table::iterator::operator== ( const iterator o) const
inline

Definition at line 440 of file cifdoc.hpp.

◆ operator!=()

bool gemmi::cif::Table::iterator::operator!= ( const iterator o) const
inline

Definition at line 441 of file cifdoc.hpp.

◆ operator*()

Row gemmi::cif::Table::iterator::operator* ( )
inline

Definition at line 442 of file cifdoc.hpp.

◆ get()

const std::string & gemmi::cif::Table::iterator::get ( int  n) const
inline

Definition at line 443 of file cifdoc.hpp.

Member Data Documentation

◆ parent

Table& gemmi::cif::Table::iterator::parent

Definition at line 437 of file cifdoc.hpp.

◆ index

int gemmi::cif::Table::iterator::index

Definition at line 438 of file cifdoc.hpp.


The documentation for this struct was generated from the following file: