Searched defs:m_pParentListAnchor (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h464 if (!m_pParentListAnchor)
466 return RTListGetPrevCpp(m_pParentListAnchor, this, const Node, m_listEntry);
473 if (!m_pParentListAnchor)
475 return RTListGetNextCpp(m_pParentListAnchor, this, const Node, m_listEntry);
499 PRTLISTANCHOR m_pParentListAnchor; member in class:xml::Node

Completed in 45 milliseconds