Public Types | |
typedef T | port_type |
Public Member Functions | |
virtual | ~Port () |
virtual std::string | port_type_name () const |
virtual bool | put (const port_type &in) |
virtual bool | get (port_type &out) const |
virtual T | make () const |
Public Member Functions inherited from IPort | |
virtual | ~IPort () |
Definition at line 35 of file test_typeid.cxx.
Definition at line 36 of file test_typeid.cxx.
Definition at line 37 of file test_typeid.cxx.
|
inlinevirtual |
Definition at line 43 of file test_typeid.cxx.
|
inlinevirtual |
Reimplemented in SubFOut, and SubFIn.
Definition at line 41 of file test_typeid.cxx.