Public Member Functions | List of all members
SubI Struct Reference
Inheritance diagram for SubI:
Port< int > IPort

Public Member Functions

virtual ~SubI ()
 
virtual bool get (port_type &out) const
 
- Public Member Functions inherited from Port< int >
virtual ~Port ()
 
virtual std::string port_type_name () const
 
virtual bool put (const port_type &in)
 
virtual int make () const
 
- Public Member Functions inherited from IPort
virtual ~IPort ()
 

Additional Inherited Members

- Public Types inherited from Port< int >
typedef int port_type
 

Detailed Description

Definition at line 46 of file test_typeid.cxx.

Constructor & Destructor Documentation

virtual SubI::~SubI ( )
inlinevirtual

Definition at line 47 of file test_typeid.cxx.

47 {}

Member Function Documentation

virtual bool SubI::get ( port_type out) const
inlinevirtual

Reimplemented from Port< int >.

Definition at line 48 of file test_typeid.cxx.

48  {
49  out = 42;
50  cerr << "SubI::get(" << out << ")" << endl;
51  return true;
52  }
QTextStream & endl(QTextStream &s)

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