libwordring
公開メンバ関数 | 全メンバ一覧
wordring::detail::tree_iterator_stack< Iterator, Allocator > クラステンプレート

#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 のコンテナとして使われる。


このクラス詳解は次のファイルから抽出されました: