|
Bifrost SDK
Bifrost SDK documentation
|
Forward iterator on the sub layouts. More...
#include <WatchpointLayout.h>
Classes | |
| class | SubLayout |
Public Member Functions | |
| Iterator (Impl *impl) | |
| ~Iterator () | |
| Iterator & | operator++ () |
| Advance to the next iterator. More... | |
| bool | operator== (const Iterator &other) const |
| Comparison. More... | |
| bool | operator!= (const Iterator &other) const |
| Comparison. More... | |
| SubLayout const & | operator* () const |
| Get the layout pointed by current iterator. More... | |
Forward iterator on the sub layouts.
Definition at line 252 of file WatchpointLayout.h.
|
explicit |
| BifrostGraph::Executor::WatchpointLayoutComposite::Iterator::~Iterator | ( | ) |
| bool BifrostGraph::Executor::WatchpointLayoutComposite::Iterator::operator!= | ( | const Iterator & | other | ) | const |
Comparison.
| SubLayout const & BifrostGraph::Executor::WatchpointLayoutComposite::Iterator::operator* | ( | ) | const |
Get the layout pointed by current iterator.
| Iterator & BifrostGraph::Executor::WatchpointLayoutComposite::Iterator::operator++ | ( | ) |
Advance to the next iterator.
| bool BifrostGraph::Executor::WatchpointLayoutComposite::Iterator::operator== | ( | const Iterator & | other | ) | const |
Comparison.