#include <tree_iterator.hpp>
|
| tree_iterator_stack (Allocator const &alloc=Allocator()) |
|
| tree_iterator_stack (Iterator const &base, Allocator const &alloc=Allocator()) |
|
| tree_iterator_stack (Iterator first, Iterator last, Allocator const &alloc=Allocator()) |
|
Iterator & | top () const |
|
void | pop () |
|
void | push (Iterator const &it) |
|
void | push (Iterator first, Iterator last) |
|
bool | empty () const |
|
template<typename Iterator, typename Allocator>
class wordring::detail::tree_iterator_stack< Iterator, Allocator >
brief プレ・オーダー走査用のコンテナ
basic_tree_iterator のコンテナとして使われる。
このクラス詳解は次のファイルから抽出されました: