PandA-2024.02
|
Base class for all the controller creation algorithms. More...
#include "hls_function_step.hpp"
#include "graph.hpp"
#include <fstream>
#include "custom_map.hpp"
#include "custom_set.hpp"
#include <tuple>
#include "refcount.hpp"
Go to the source code of this file.
Data Structures | |
class | ControllerCreatorBaseStep |
Generic class managing controller creation algorithms. More... | |
Typedefs | |
using | ControllerCreatorBaseStepRef = refcount< ControllerCreatorBaseStep > |
refcount definition for the class More... | |
Functions | |
forward declarations | |
Superclass include graph include STD include STL includes utility include | |
REF_FORWARD_DECL (hls) | |
REF_FORWARD_DECL (structural_object) | |
REF_FORWARD_DECL (generic_obj) | |
REF_FORWARD_DECL (structural_manager) | |
Base class for all the controller creation algorithms.
This class is a pure virtual one, that has to be specilized in order to implement a particular algorithm to create the controller.
This class is a pure virtual one, that has to be specilized in order to implement a particular algorithm to create the controller.
Definition in file controller_creator_base_step.hpp.
refcount definition for the class
Definition at line 167 of file controller_creator_base_step.hpp.
REF_FORWARD_DECL | ( | hls | ) |
REF_FORWARD_DECL | ( | structural_object | ) |
REF_FORWARD_DECL | ( | generic_obj | ) |
REF_FORWARD_DECL | ( | structural_manager | ) |