Class Tree::dft_iterator¶
Defined in File Tree.h
Nested Relationships¶
This class is a nested type of Template Class Tree.
Class Documentation¶
-
class
systemc_clang::Tree::dft_iterator¶ Public Types
-
typedef std::vector<TreeNodePtr> *
TreeDFTPtr¶
Public Functions
-
inline
dft_iterator(Tree<T> *tree, std::size_t pos)¶
-
inline TreeNodePtr &
operator*()¶
-
inline dft_iterator &
operator++()¶
-
inline dft_iterator
begin()¶
-
inline dft_iterator
end()¶
-
inline bool
operator!=(const dft_iterator &it)¶
-
typedef std::vector<TreeNodePtr> *