#include <net_types.h>
Inheritance diagram for FD::GenericType< T >:


Public Types | |
| typedef T | basicType |
| You can always get the type wrapped by GenericType<T> by using typename GenericType<T>::basicType. | |
Public Member Functions | |
| T & | val () |
| Returns the value. | |
| GenericType () | |
| virtual | ~GenericType () |
| GenericType (T val) | |
| GenericType (GenericType< T > ©) | |
| virtual void | printOn (std::ostream &out=std::cout) const |
Protected Attributes | |
| T | value |
| The value wrapped by a GenericType<T>. | |
|
|||||||||
|
default constructor |
|
|||||||||
|
destructor |
|
||||||||||
|
constructor with a value |
|
||||||||||
|
copy constructor |
|
||||||||||
|
Formatted output in the FlowDesigner format. Not very useful at this stage.
Implements FD::Object. Reimplemented in FD::PrintableGenericType< T >. |
1.4.4