#include <NodeContainerImpl.h>
Classes | |
class | iterator |
Public Types | |
typedef iterator | const_iterator |
Public Member Functions | |
NodeContainerImpl () | |
iterator | begin () |
iterator | end () |
void | SetOwnerDoc (IXMLDOMDocument *p) |
Public Attributes | |
T * | m_container |
Protected Member Functions | |
void | ReleaseOwnerDoc () |
Protected Attributes | |
int | m_NextNodeIndex |
IXMLDOMDocument * | m_pIXMLDOMDocument |
typedef iterator NodeContainerImpl< T >::const_iterator |
NodeContainerImpl< T >::NodeContainerImpl | ( | ) | [inline] |
iterator NodeContainerImpl< T >::begin | ( | ) | [inline] |
iterator NodeContainerImpl< T >::end | ( | ) | [inline] |
void NodeContainerImpl< T >::ReleaseOwnerDoc | ( | ) | [inline, protected] |
Referenced by CXMLDOMNodeList::FinalRelease(), and CXMLDOMNamedNodeMap::FinalRelease().
void NodeContainerImpl< T >::SetOwnerDoc | ( | IXMLDOMDocument * | p | ) | [inline] |
T* NodeContainerImpl< T >::m_container |
int NodeContainerImpl< T >::m_NextNodeIndex [protected] |
IXMLDOMDocument* NodeContainerImpl< T >::m_pIXMLDOMDocument [protected] |