Gromacs  2020-beta1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::RangePartitioning::Block::iterator Struct Reference

#include <gromacs/topology/block.h>

Description

An iterator that loops over integers.

Public Member Functions

 iterator (int value)
 Constructor.
 
 operator int () const
 Value.
 
 operator int & ()
 Reference.
 
int operator* () const
 Pointer.
 
bool operator!= (const iterator other)
 Inequality comparison.
 
iteratoroperator++ ()
 Increment operator.
 
iterator operator++ (int)
 Increment operator.
 

Public Attributes

int value_
 The actual value.
 

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