Class Tree::const_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::const_dft_iterator¶ Public Types
-
typedef std::vector<TreeNodePtr> *
TreeDFTPtr¶
Public Functions
-
inline
const_dft_iterator(Tree<T> *tree, std::size_t pos)¶
-
inline const TreeNodePtr &
operator*()¶
-
inline const_dft_iterator &
operator++()¶
-
inline const_dft_iterator
begin()¶
-
inline const_dft_iterator
end()¶
-
inline bool
operator!=(const const_dft_iterator &it)¶
-
typedef std::vector<TreeNodePtr> *