#include <NodeList.h>
MiX::NodeListに対するクラス階層図:
公開型 | |
typedef MiX_STD::list< Node< Char, Traits, XMLTraits > * >::iterator | iterator |
typedef MiX_STD::list< Node< Char, Traits, XMLTraits > * >::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版).
|
|
最後の要素の一つ後を示す型指定イテレータを得ます.
|