PandA-2024.02
|
Base class for all the STG creation algorithms. More...
#include "hls_function_step.hpp"
Go to the source code of this file.
Data Structures | |
class | STG_creator |
Generic class managing all the stg creation algorithms. More... | |
Typedefs | |
using | STG_creatorRef = refcount< STG_creator > |
refcount definition of the class More... | |
Functions | |
REF_FORWARD_DECL (STG_creator) | |
Base class for all the STG creation algorithms.
This class is a pure virtual one, that has to be specilized in order to implement a particular algorithm to create the state transition graph.
Definition in file STG_creator.hpp.
using STG_creatorRef = refcount<STG_creator> |
refcount definition of the class
Definition at line 70 of file STG_creator.hpp.
REF_FORWARD_DECL | ( | STG_creator | ) |