pinapa::simcontext::Cursor Struct Reference

#include <pinapa-simcontext.h>

List of all members.

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_processm_process

Static Public Attributes

static Cursor undefined


Constructor & Destructor Documentation

pinapa::simcontext::Cursor::Cursor ( sc_process proc = 0,
Type  type = UNDEFINED 
) [inline]

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


Member Function Documentation

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

References m_process, and m_type.

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

References m_process, and m_type.


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