| ||||||||||||||||||||||||||||||||||||||||||||||||
|
tlp::TypedDataSerializer< T > Struct Template Reference
Inheritance diagram for tlp::TypedDataSerializer< T >:
![]()
Collaboration diagram for tlp::TypedDataSerializer< T >:
![]() Public Member Functions
template<typename T>
|
| tlp::TypedDataSerializer< T >::TypedDataSerializer | ( | const std::string & | otn | ) | [inline] |
| virtual bool tlp::TypedDataSerializer< T >::read | ( | std::istream & | is, |
| T & | value | ||
| ) | [pure virtual] |
| DataType* tlp::TypedDataSerializer< T >::readData | ( | std::istream & | is | ) | [inline, virtual] |
Implements tlp::DataTypeSerializer.
| virtual void tlp::TypedDataSerializer< T >::write | ( | std::ostream & | os, |
| const T & | value | ||
| ) | [pure virtual] |
| void tlp::TypedDataSerializer< T >::writeData | ( | std::ostream & | os, |
| const DataType * | data | ||
| ) | [inline, virtual] |
Implements tlp::DataTypeSerializer.
| Tulip Software by LaBRI Visualization Team 2001 - 2012 |