SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Public Attributes | List of all members
sc_core::sc_cor_qt Class Reference

#include <sysc/kernel/sc_cor_qt.h>

Inheritance diagram for sc_core::sc_cor_qt:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_cor_qt:
Collaboration graph
[legend]

Public Member Functions

 sc_cor_qt ()
 
virtual ~sc_cor_qt ()
 
virtual void stack_protect (bool enable)
 
- Public Member Functions inherited from sc_core::sc_cor
virtual ~sc_cor ()
 

Public Attributes

std::size_t m_stack_size
 
void * m_stack
 
qt_t * m_sp
 
sc_cor_pkg_qtm_pkg
 

Additional Inherited Members

- Protected Member Functions inherited from sc_core::sc_cor
 sc_cor ()
 

Detailed Description

Definition at line 48 of file sc_cor_qt.h.

Constructor & Destructor Documentation

sc_core::sc_cor_qt::sc_cor_qt ( )
inline

Definition at line 54 of file sc_cor_qt.h.

virtual sc_core::sc_cor_qt::~sc_cor_qt ( )
inlinevirtual

Definition at line 59 of file sc_cor_qt.h.

Member Function Documentation

virtual void sc_core::sc_cor_qt::stack_protect ( bool  enable)
virtual

Reimplemented from sc_core::sc_cor.

Member Data Documentation

sc_cor_pkg_qt* sc_core::sc_cor_qt::m_pkg

Definition at line 71 of file sc_cor_qt.h.

qt_t* sc_core::sc_cor_qt::m_sp

Definition at line 69 of file sc_cor_qt.h.

void* sc_core::sc_cor_qt::m_stack

Definition at line 68 of file sc_cor_qt.h.

std::size_t sc_core::sc_cor_qt::m_stack_size

Definition at line 67 of file sc_cor_qt.h.


The documentation for this class was generated from the following file: