Inferno  0.2
SCTree::Notify Struct Reference

#include <sctree.hpp>

Inheritance diagram for SCTree::Notify:
[legend]
Collaboration diagram for SCTree::Notify:
[legend]

List of all members.

Public Member Functions

virtual NODE_FUNCTIONS string GetToken ()
 Produce the source-code-name of the corresponding SystemC construct.

Public Attributes

TreePtr< CPPTree::Expressionevent
 event to notify

Detailed Description

Triggers the event instance given in the expression. It must be an lvalue of type Event I would think. This is an intermediate because there are a few distinct flavours.

Definition at line 143 of file sctree.hpp.


Member Function Documentation

virtual NODE_FUNCTIONS string SCTree::Notify::GetToken ( ) [inline, virtual]

Produce the source-code-name of the corresponding SystemC construct.

Reimplemented from SCTree::SCNamedConstruct.

Definition at line 147 of file sctree.hpp.


Member Data Documentation

event to notify

Definition at line 148 of file sctree.hpp.


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