| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Public Types | |
| enum | Type { invalidType, eventIn, eventOut, exposedField, field } |
| Identify the type of interface. More... | |
Public Methods | |
| NodeInterface (Type type, FieldValue::Type fieldType, const std::string &id) | |
| Constructor. | |
Public Attributes | |
| Type | type |
| The interface type. | |
| FieldValue::Type | fieldType |
| The field data type handled by this interface. | |
| std::string | id |
| The name of this interface. | |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &out, const NodeInterface::Type type) |
| Stream inserter. | |
| std::istream & | operator>> (std::istream &in, NodeInterface::Type &type) |
| Stream extractor. | |
|
|
Identify the type of interface.
|
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Stream inserter.
If
|
|
||||||||||||
|
Stream extractor.
|
|
|
The field data type handled by this interface.
|
|
|
The name of this interface.
|
|
|
The interface type.
|