|
HDK
|
Include dependency graph for Interface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PortElement |
| class | Input |
| class | Output |
| class | InterfaceElement |
Typedefs | |
| using | PortElementPtr = shared_ptr< PortElement > |
| A shared pointer to a PortElement. More... | |
| using | ConstPortElementPtr = shared_ptr< const PortElement > |
| A shared pointer to a const PortElement. More... | |
| using | InputPtr = shared_ptr< Input > |
| A shared pointer to an Input. More... | |
| using | ConstInputPtr = shared_ptr< const Input > |
| A shared pointer to a const Input. More... | |
| using | OutputPtr = shared_ptr< Output > |
| A shared pointer to an Output. More... | |
| using | ConstOutputPtr = shared_ptr< const Output > |
| A shared pointer to a const Output. More... | |
| using | InterfaceElementPtr = shared_ptr< InterfaceElement > |
| A shared pointer to an InterfaceElement. More... | |
| using | ConstInterfaceElementPtr = shared_ptr< const InterfaceElement > |
| A shared pointer to a const InterfaceElement. More... | |
| using | CharSet = std::set< char > |
Interface element subclasses
Definition in file Interface.h.
| using CharSet = std::set<char> |
Definition at line 45 of file Interface.h.
| using ConstInputPtr = shared_ptr<const Input> |
A shared pointer to a const Input.
Definition at line 33 of file Interface.h.
| using ConstInterfaceElementPtr = shared_ptr<const InterfaceElement> |
A shared pointer to a const InterfaceElement.
Definition at line 43 of file Interface.h.
| using ConstOutputPtr = shared_ptr<const Output> |
A shared pointer to a const Output.
Definition at line 38 of file Interface.h.
| using ConstPortElementPtr = shared_ptr<const PortElement> |
A shared pointer to a const PortElement.
Definition at line 28 of file Interface.h.
A shared pointer to an Input.
Definition at line 31 of file Interface.h.
| using InterfaceElementPtr = shared_ptr<InterfaceElement> |
A shared pointer to an InterfaceElement.
Definition at line 41 of file Interface.h.
A shared pointer to an Output.
Definition at line 36 of file Interface.h.
| using PortElementPtr = shared_ptr<PortElement> |
A shared pointer to a PortElement.
Definition at line 26 of file Interface.h.