stromx  0.7.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
stromx::runtime::Input Class Reference

Identifier of an input connector of an operator. More...

#include <Input.h>

Inheritance diagram for stromx::runtime::Input:
stromx::runtime::Connector

Public Member Functions

 Input (const Operator *const op, const unsigned int id)
 
 Input ()
 
- Public Member Functions inherited from stromx::runtime::Connector
 Connector ()
 
const Operatorop () const
 
unsigned int id () const
 
bool valid () const
 
Type type () const
 

Additional Inherited Members

- Public Types inherited from stromx::runtime::Connector
enum  Type { UNDEFINED, INPUT, OUTPUT }
 
- Protected Member Functions inherited from stromx::runtime::Connector
 Connector (const Type type, const Operator *const op, const unsigned int id)
 

Detailed Description

Identifier of an input connector of an operator.

Constructor & Destructor Documentation

stromx::runtime::Input::Input ( const Operator *const  op,
const unsigned int  id 
)
inline

Constructs an input connector which points to the input id of the operator op.

stromx::runtime::Input::Input ( )
inline

Constructs an invalid input connector.


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