|
Simo 0.0.1
|
Generic port. It offers the virtual method connect. More...
#include <Port.h>
Public Types | |
| using | TypeId = boost::typeindex::type_index |
Public Member Functions | |
| template<typename Self> | |
| TypeId | get_type_id (this Self &_) |
| Utility to the get type of class. Need the type at compile time. | |
| virtual bool | connect (Port *other)=0 |
| std::string_view | name () const |
| void | name (const std::string_view name) |
Protected Attributes | |
| std::string | name_ |
Generic port. It offers the virtual method connect.