Inferno  0.2
DetectTerminationFunction< SCFUNC > Class Template Reference

spot syscall exit() or equivalent function by its name and replace with inferno node More...

Inheritance diagram for DetectTerminationFunction< SCFUNC >:
[legend]
Collaboration diagram for DetectTerminationFunction< SCFUNC >:
[legend]

List of all members.

Public Member Functions

 DetectTerminationFunction ()

Detailed Description

template<class SCFUNC>
class DetectTerminationFunction< SCFUNC >

spot syscall exit() or equivalent function by its name and replace with inferno node

We look for the decl and remove it since the inferno Node does not require declaration. Then replace all calls to the function with the explicit statement node. Bring arguments across by name match as per Inferno's MapOperator style.

Definition at line 157 of file systemc_detection.cpp.


Constructor & Destructor Documentation

template<class SCFUNC >
DetectTerminationFunction< SCFUNC >::DetectTerminationFunction ( ) [inline]

Definition at line 160 of file systemc_detection.cpp.


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