#include <NodeList.h>
Public 型 | |
typedef Node< charT, char_traits, xml_traits > * | value_type |
typedef NodeList< charT, char_traits, xml_traits > | this_type |
typedef std::list< value_type >::iterator | iterator |
typedef std::list< value_type >::const_iterator | const_iterator |
Public メソッド | |
template<class NodeT> Iterator< NodeT > | End () |
最後の要素の一つ後を示す型指定イテレータを得ます | |
template<class NodeT> ConstIterator< NodeT > | End () const |
最後の要素の一つ後を示す型指定イテレータを得ます(const版) | |
template<class NodeT> Iterator< NodeT > | Begin () |
最初の要素を示す型指定イテレータを得ます | |
template<class NodeT> ConstIterator< NodeT > | Begin () const |
最初の要素を示す型指定イテレータを得ます(const版) |
|
|
|
|
|
|
|
|
|
最初の要素を示す型指定イテレータを得ます(const版)
|
|
最初の要素を示す型指定イテレータを得ます
|
|
最後の要素の一つ後を示す型指定イテレータを得ます(const版)
|
|
最後の要素の一つ後を示す型指定イテレータを得ます
|