ls1-MarDyn
ls1-MarDyn molecular dynamics code
|
Public Member Functions | |
const_iterator () | |
XMLfile::Query::const_iterator constructor sets up an invalid iterator. | |
long | index () const |
operator bool () const | |
bool operator check if iterator is valid and index is in a valid range | |
const_iterator & | operator++ () |
prefix increment operator put the index to the next position More... | |
const_iterator | operator++ (int) |
postfix increment operator increment the index More... | |
const_iterator & | operator-- () |
prefix decrement operator decrement the index More... | |
const_iterator | operator-- (int) |
postfix decrement operator decrement the index More... | |
Node | operator* () const |
access operator return the node, the iterator (index) actually points to or an invalid Node, if the iterator is invalid More... | |
Friends | |
class | Query |
|
inline |
access operator return the node, the iterator (index) actually points to or an invalid Node, if the iterator is invalid
|
inline |
prefix increment operator put the index to the next position
|
inline |
postfix increment operator increment the index
|
inline |
prefix decrement operator decrement the index
|
inline |
postfix decrement operator decrement the index