Inferno
0.2
|
#include <sctree.hpp>
Public Member Functions | |
virtual NODE_FUNCTIONS string | GetToken () |
Produce the source-code-name of the corresponding SystemC construct. | |
Public Attributes | |
TreePtr< CPPTree::Expression > | event |
event to notify |
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.
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.
event to notify
Definition at line 148 of file sctree.hpp.