#include <NodeList.h>
公開型 | |
typedef Node< charT, traitsT > * | value_type |
typedef NodeList< charT, traitsT > | this_type |
typedef std::list< value_type >::iterator | iterator |
typedef std::list< value_type >::const_iterator | const_iterator |
公開メンバ | |
template<class NodeT> Iterator< NodeT > | Begin () |
最初の要素を示す型指定イテレータを得ます. より詳しく... | |
template<class NodeT> ConstIterator< NodeT > | Begin () const |
最初の要素を示す型指定イテレータを得ます(const版). より詳しく... | |
template<class NodeT> Iterator< NodeT > | End () |
最後の要素の一つ後を示す型指定イテレータを得ます. より詳しく... | |
template<class NodeT> ConstIterator< NodeT > | End () const |
最後の要素の一つ後を示す型指定イテレータを得ます(const版). より詳しく... |
少し変わったイテレータ以外はlist<Node<...>*> と同じ
|
|
|
|
|
|
|
|
|
最初の要素を示す型指定イテレータを得ます(const版).
|
|
最初の要素を示す型指定イテレータを得ます.
|
|
最後の要素の一つ後を示す型指定イテレータを得ます(const版).
|
|
最後の要素の一つ後を示す型指定イテレータを得ます.
|