carl
24.04
Computer ARithmetic Library
|
Iterator class for iterations over all children of a given element. More...
#include <carlTree.h>
Public Types | |
using | Base = BaseIterator< T, ChildrenIterator< T, reverse >, reverse > |
Public Member Functions | |
ChildrenIterator (const tree< T > *t, std::size_t base, bool end=false) | |
ChildrenIterator & | next () |
ChildrenIterator & | previous () |
template<typename It > | |
ChildrenIterator (const BaseIterator< T, It, reverse > &ii) | |
ChildrenIterator (const ChildrenIterator &ii) | |
ChildrenIterator (ChildrenIterator &&ii) | |
ChildrenIterator & | operator= (const ChildrenIterator &it) |
ChildrenIterator & | operator= (ChildrenIterator &&it) noexcept |
virtual | ~ChildrenIterator () noexcept=default |
const auto & | nodes () const |
const auto & | node (std::size_t id) const |
const auto & | curnode () const |
std::size_t | depth () const |
std::size_t | id () const |
bool | isRoot () const |
bool | isValid () const |
T * | operator-> () |
T const * | operator-> () const |
Data Fields | |
std::size_t | parent |
std::size_t | current |
Protected Attributes | |
const tree< T > * | mTree |
Iterator class for iterations over all children of a given element.
Definition at line 454 of file carlTree.h.
using carl::tree_detail::ChildrenIterator< T, reverse >::Base = BaseIterator<T,ChildrenIterator<T,reverse>,reverse> |
Definition at line 458 of file carlTree.h.
|
inline |
|
inline |
|
inline |
Definition at line 494 of file carlTree.h.
|
inline |
Definition at line 495 of file carlTree.h.
|
virtualdefaultnoexcept |
|
inlineinherited |
Definition at line 86 of file carlTree.h.
|
inlineinherited |
Definition at line 96 of file carlTree.h.
|
inlineinherited |
Definition at line 99 of file carlTree.h.
|
inlineinherited |
Definition at line 103 of file carlTree.h.
|
inlineinherited |
Definition at line 106 of file carlTree.h.
|
inline |
|
inlineinherited |
Definition at line 82 of file carlTree.h.
|
inlineinherited |
Definition at line 79 of file carlTree.h.
|
inlineinherited |
Definition at line 109 of file carlTree.h.
|
inlineinherited |
Definition at line 112 of file carlTree.h.
|
inlinenoexcept |
|
inline |
|
inline |
|
inherited |
Definition at line 89 of file carlTree.h.
|
protectedinherited |
Definition at line 76 of file carlTree.h.
std::size_t carl::tree_detail::ChildrenIterator< T, reverse >::parent |
Definition at line 459 of file carlTree.h.