Inferno  0.2
SCTree::SCNamedConstruct Struct Reference

#include <sctree.hpp>

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

List of all members.

Public Member Functions

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

Detailed Description

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.


Member Function Documentation

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.


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