|
MADNESS
version 0.9
|
Iterates in lexical order thru all children of a key. More...
#include <key.h>
Public Member Functions | |
| KeyChildIterator () | |
| KeyChildIterator (const Key< NDIM > &parent) | |
| KeyChildIterator & | operator++ () |
| Pre-increment of an iterator (i.e., ++it) More... | |
| operator bool () const | |
| True if iterator is not at end. More... | |
| template<typename Archive > | |
| void | serialize (Archive &ar) |
| const Key< NDIM > & | key () const |
| Returns the key of the child. More... | |
Iterates in lexical order thru all children of a key.
Example usage:
|
inline |
|
inline |
|
inline |
Returns the key of the child.
|
inline |
True if iterator is not at end.
|
inline |
Pre-increment of an iterator (i.e., ++it)
References NDIM.
|
inline |
References madness::archive::wrap().
1.8.8