|
gtsam 4.1.1
gtsam
|
Const iterator Not trivial: iterator keeps a stack to indicate current path from root_.
Public Member Functions | |
| const_iterator () | |
| initialize end | |
| const_iterator (const sharedNode &root) | |
| initialize from root | |
| bool | operator== (const Self &__x) const |
| equality | |
| bool | operator!= (const Self &__x) const |
| inequality | |
| reference | operator* () const |
| dereference | |
| pointer | operator-> () const |
| dereference | |
| Self & | operator++ () |
| pre-increment | |
| Self | operator++ (int) |
| post-increment | |