Gromacs
2024.3
|
#include <gromacs/topology/include/gromacs/topology/mtop_atomloops.h>
Inherits proxy_iterator_interface< IListIterator, std::forward_iterator_tag, InteractionLists, IListProxy >.
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. | |
IListIterator & | operator++ () |
Prefix increment. | |
bool | operator== (const IListIterator &o) const |
Equality comparison. | |
IListProxy | operator* () const |
Dereference operator. Returns proxy. | |
Friends | |
class | IListProxy |