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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 54 of file test_typeid.cxx.

Constructor & Destructor Documentation

virtual SubF::~SubF ( )
inlinevirtual

Definition at line 55 of file test_typeid.cxx.

55 {}

Member Function Documentation

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

Reimplemented from Port< float >.

Definition at line 56 of file test_typeid.cxx.

56  {
57  out = 6.9;
58  cerr << "SubF::get(" << out << ")" << endl;
59  return true;
60  }
QTextStream & endl(QTextStream &s)

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