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


Public Member Functions | |
| PrintableGenericType () | |
| PrintableGenericType (T val) | |
| PrintableGenericType (PrintableGenericType< T > ©) | |
| copy constructor | |
| T & | val () |
| void | printOn (std::ostream &out) const |
| virtual void | prettyPrint (std::ostream &out=std::cout) const |
| void | readFrom (std::istream &in) |
| void | serialize (std::ostream &out) const |
| void | unserialize (std::istream &in) |
|
|||||||||
|
Default constructor |
|
||||||||||
|
Constructor with a value
|
|
||||||||||
|
Formatted output (std)
Reimplemented from FD::Object. |
|
||||||||||
|
Formatted output in the FlowDesigner format. Reimplemented from FD::GenericType< T >. |
|
||||||||||
|
Formatted input in the FlowDesigner format. Reimplemented from FD::Object. |
|
||||||||||
|
Binary output in the FlowDesigner format. Reimplemented from FD::Object. |
|
||||||||||
|
Binary input in the FlowDesigner format. Reimplemented from FD::Object. |
|
|||||||||
|
Value accessor.
Reimplemented from FD::GenericType< T >. |
1.4.4