Public Member Functions | List of all members
IPort Struct Referenceabstract
Inheritance diagram for IPort:
Port< T > Port< float > Port< int > SubF SubFIn SubFOut SubI

Public Member Functions

virtual ~IPort ()
 
virtual std::string port_type_name () const =0
 

Detailed Description

Definition at line 29 of file test_typeid.cxx.

Constructor & Destructor Documentation

virtual IPort::~IPort ( )
inlinevirtual

Definition at line 30 of file test_typeid.cxx.

30 {};

Member Function Documentation

virtual std::string IPort::port_type_name ( ) const
pure virtual

Implemented in Port< T >, Port< float >, and Port< int >.


The documentation for this struct was generated from the following file: