#include <pinapa-simcontext.h>
Public Member Functions | |
| Cursor (sc_process *proc=0, Type type=UNDEFINED) | |
| Cursor (const Cursor &c) | |
| bool | operator== (const Cursor &c) const |
| bool | operator!= (const Cursor &c) const |
Public Attributes | |
| Type | m_type |
| sc_process * | m_process |
Static Public Attributes | |
| static Cursor | undefined |
| pinapa::simcontext::Cursor::Cursor | ( | sc_process * | proc = 0, |
|
| Type | type = UNDEFINED | |||
| ) | [inline] |
| pinapa::simcontext::Cursor::Cursor | ( | const Cursor & | c | ) | [inline] |
| bool pinapa::simcontext::Cursor::operator!= | ( | const Cursor & | c | ) | const [inline] |
| bool pinapa::simcontext::Cursor::operator== | ( | const Cursor & | c | ) | const [inline] |
Referenced by pinapa::simcontext::__my_get_next_sibling(), operator!=(), and operator==().
Referenced by pinapa::simcontext::__my_get_next_sibling(), operator!=(), and operator==().
Instance of undefined cursor
Referenced by pinapa::simcontext::__my_decorate_process(), pinapa::simcontext::__my_get_first(), pinapa::simcontext::__my_get_next_sibling(), pinapa::simcontext::__my_reset(), and pinapa::parser_start().