Simpatico  v1.10
List of all members
DdMd::ConstGhostIterator Class Reference

Detailed Description

Iterator for all ghost atoms owned by an AtomStorage.

Definition at line 24 of file ConstGhostIterator.h.

#include <ConstGhostIterator.h>

Inheritance diagram for DdMd::ConstGhostIterator:
Util::ConstPArrayIterator< Atom >

Additional Inherited Members

- Public Member Functions inherited from Util::ConstPArrayIterator< Atom >
 ConstPArrayIterator ()
 Default constructor. More...
 
void setCurrent (Atom **ptr)
 Set the current pointer value. More...
 
void setEnd (Atom **ptr)
 Set the value of the end pointer. More...
 
void setNull ()
 Nullify the iterator. More...
 
bool isEnd () const
 Is the current pointer at the end of the array. More...
 
bool notEnd () const
 Is the current pointer not at the end of the array? More...
 
const Atom * get () const
 Return a pointer to const current data. More...
 
const Atom & operator* () const
 Return a const refererence to the current Data. More...
 
const Atom * operator-> () const
 Provide a pointer to the current Data object. More...
 
ConstPArrayIterator< Atom > & operator++ ()
 Increment the current pointer. More...
 

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