Inferno
0.2
|
#include <sctree.hpp>
Public Member Functions | |
virtual string | GetToken () |
Produce the source-code-name of the corresponding SystemC construct. |
Base for SystemC nodes that helps with detection and rendering by allowing constructs that differ only in source-code-name to be treated as a group. The actual source-code-name is available via a virtual accessor.
Definition at line 24 of file sctree.hpp.
virtual string SCTree::SCNamedConstruct::GetToken | ( | ) | [inline, virtual] |
Produce the source-code-name of the corresponding SystemC construct.
Reimplemented in SCTree::Cease, SCTree::Exit, SCTree::DeltaCount, SCTree::ClockedThread, SCTree::Thread, SCTree::Method, SCTree::Notify, SCTree::NextTrigger, SCTree::Wait, SCTree::Interface, SCTree::Module, and SCTree::Event.
Definition at line 26 of file sctree.hpp.
References ASSERTFAIL.