BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Holds all iterator states encountered for SampleTreeIterator. More...
Public Member Functions | |
void | push_state (const IteratorState &state) |
void | pop_state () |
IteratorState & | get_state () |
bool | empty () const |
void | reset () |
const INode * | getCurrent () |
void | next () |
size_t | size () const |
Protected Attributes | |
std::stack< IteratorState > | m_state_stack |
Holds all iterator states encountered for SampleTreeIterator.
Definition at line 55 of file NodeIterator.h.