#include <NodeList.h>
公開型 | |
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 |
公開メンバ | |
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版). より詳しく... |
|
|
|
|
|
|
|
|
|
最初の要素を示す型指定イテレータを得ます(const版).
|
|
最初の要素を示す型指定イテレータを得ます.
|
|
最後の要素の一つ後を示す型指定イテレータを得ます(const版).
|
|
最後の要素の一つ後を示す型指定イテレータを得ます.
|