#include <pinapa-tree-utils.h>
Public Member Functions | |
| Cursor (tree node=0, Scope scope=UNDEFINED, tree ctxt=0) | |
| Cursor (const Cursor &c) | |
| Cursor & | operator= (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 |
| pinapa::treeFacade::Cursor::Cursor | ( | tree | node = 0, |
|
| Scope | scope = UNDEFINED, |
|||
| tree | ctxt = 0 | |||
| ) | [inline] |
| pinapa::treeFacade::Cursor::Cursor | ( | const Cursor & | c | ) | [inline] |
| bool pinapa::treeFacade::Cursor::operator!= | ( | const Cursor & | c | ) | const [inline] |
| bool pinapa::treeFacade::Cursor::operator== | ( | const Cursor & | c | ) | const [inline] |
Referenced by pinapa::treeFacade::__my_get_first_attribute(), pinapa::treeFacade::__my_get_next_sibling(), pinapa::treeFacade::get_enumerated(), pinapa::treeFacade::get_first_enumerated(), pinapa::treeFacade::get_first_type_definition(), pinapa::treeFacade::get_next_sibling(), operator!=(), operator<(), operator=(), operator==(), and pinapa::treeFacade::reset_ast().
Referenced by pinapa::treeFacade::__my_get_first_attribute(), pinapa::treeFacade::__my_get_next_sibling(), pinapa::treeFacade::get_first_enumerated(), pinapa::treeFacade::get_first_type_definition(), pinapa::treeFacade::get_next_sibling(), operator!=(), operator=(), operator==(), and pinapa::treeFacade::reset_ast().