pinapa::treeFacade::Cursor Struct Reference

#include <pinapa-tree-utils.h>

List of all members.

Public Member Functions

 Cursor (tree node=0, Scope scope=UNDEFINED, tree ctxt=0)
 Cursor (const Cursor &c)
Cursoroperator= (const Cursor &c)
bool operator== (const Cursor &c) const
bool operator!= (const Cursor &c) const
bool operator< (const Cursor &c) const

Public Attributes

Scope m_scope
tree m_node
tree m_context

Static Public Attributes

static Cursor undefined


Constructor & Destructor Documentation

pinapa::treeFacade::Cursor::Cursor ( tree  node = 0,
Scope  scope = UNDEFINED,
tree  ctxt = 0 
) [inline]

pinapa::treeFacade::Cursor::Cursor ( const Cursor c  )  [inline]


Member Function Documentation

bool pinapa::treeFacade::Cursor::operator!= ( const Cursor c  )  const [inline]

References m_context, m_node, and m_scope.

bool pinapa::treeFacade::Cursor::operator< ( const Cursor c  )  const [inline]

References m_node.

Cursor& pinapa::treeFacade::Cursor::operator= ( const Cursor c  )  [inline]

References m_context, m_node, and m_scope.

bool pinapa::treeFacade::Cursor::operator== ( const Cursor c  )  const [inline]

References m_context, m_node, and m_scope.


Member Data Documentation


The documentation for this struct was generated from the following files:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page