Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Friends
IListIterator Class Reference

#include <gromacs/topology/include/gromacs/topology/mtop_atomloops.h>

Inherits proxy_iterator_interface< IListIterator, std::forward_iterator_tag, InteractionLists, IListProxy >.

Description

Object that allows looping over all atoms in an mtop.

Public Member Functions

 IListIterator (const gmx_mtop_t &mtop, size_t mblock=0)
 Construct from topology.
 
IListIteratoroperator++ ()
 Prefix increment.
 
bool operator== (const IListIterator &o) const
 Equality comparison.
 
IListProxy operator* () const
 Dereference operator. Returns proxy.
 

Friends

class IListProxy
 

The documentation for this class was generated from the following files: