![]() |
PandA-2024.02
|
Not parsed functionality manager. More...
#include "custom_map.hpp"#include "refcount.hpp"#include <ostream>#include <string>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | NP_functionality |
| Not parsed functionality descriptor of a module. More... | |
Macros | |
| #define | LIBRARY_DECL_SUFFIX_EXT "_DECL" |
| LIBRARY Declaration extension. It has probably mean only for the systemC backend. More... | |
LIBRARY parameters positions. | |
| #define | START_LIBRARY_PARAMETER 1 |
| #define | LIBRARY_NAME 0 |
Typedefs | |
| using | NP_functionalityRef = refcount< NP_functionality > |
| RefCount type definition of the connection class structure. More... | |
Functions | |
| REF_FORWARD_DECL (NP_functionality) | |
Not parsed functionality manager.
Definition in file NP_functionality.hpp.
| #define LIBRARY_DECL_SUFFIX_EXT "_DECL" |
LIBRARY Declaration extension. It has probably mean only for the systemC backend.
Definition at line 68 of file NP_functionality.hpp.
| #define LIBRARY_NAME 0 |
Definition at line 64 of file NP_functionality.hpp.
| #define START_LIBRARY_PARAMETER 1 |
Definition at line 63 of file NP_functionality.hpp.
| using NP_functionalityRef = refcount<NP_functionality> |
RefCount type definition of the connection class structure.
Definition at line 203 of file NP_functionality.hpp.
| REF_FORWARD_DECL | ( | NP_functionality | ) |
1.8.13