![]() |
PandA-2024.02
|
Class specification of the manager for each library. More...
#include "refcount.hpp"#include <boost/lexical_cast.hpp>#include "custom_set.hpp"#include <map>#include <string>#include <vector>

Go to the source code of this file.
Data Structures | |
| struct | attribute |
| class | library_manager |
| This class manages the specific library structure. More... | |
Typedefs | |
| using | attributeRef = refcount< attribute > |
| using | library_managerRef = refcount< library_manager > |
| using | library_managerConstRef = refcount< const library_manager > |
Functions | |
Forward declarations. | |
| REF_FORWARD_DECL (library_manager) | |
| RefCount type definition of the library_manager class structure. More... | |
| REF_FORWARD_DECL (technology_node) | |
| RefCount type definition of the technology node data-structure. More... | |
| CONSTREF_FORWARD_DECL (Parameter) | |
| RefCount type definition of the class containing all the parameters. More... | |
| REF_FORWARD_DECL (attribute) | |
Class specification of the manager for each library.
This class specifies the library_manager
Definition in file library_manager.hpp.
| using attributeRef = refcount<attribute> |
Definition at line 113 of file library_manager.hpp.
| using library_managerConstRef = refcount<const library_manager> |
Definition at line 236 of file library_manager.hpp.
| using library_managerRef = refcount<library_manager> |
Definition at line 235 of file library_manager.hpp.
| CONSTREF_FORWARD_DECL | ( | Parameter | ) |
RefCount type definition of the class containing all the parameters.
| REF_FORWARD_DECL | ( | library_manager | ) |
RefCount type definition of the library_manager class structure.
| REF_FORWARD_DECL | ( | technology_node | ) |
RefCount type definition of the technology node data-structure.
| REF_FORWARD_DECL | ( | attribute | ) |
1.8.13