Inheritance diagram for osgIntrospection::ReaderWriter:

Public Member Functions | |
| virtual std::ostream & | writeTextValue (std::ostream &, const Value &v, const Options *=0) const |
| Writes a textual representation of the value's content to a stream. | |
| virtual std::istream & | readTextValue (std::istream &, Value &v, const Options *=0) const |
| Reads a textual representation of the value's content from a stream. | |
| virtual std::ostream & | writeBinaryValue (std::ostream &, const Value &v, const Options *=0) const |
| Writes a binary representation of the value's content to a stream. | |
| virtual std::istream & | readBinaryValue (std::istream &, Value &v, const Options *=0) const |
| Reads a binary representation of the value's content from a stream. | |
| virtual | ~ReaderWriter () |
| Virtual destructor. | |
|
|
Virtual destructor.
|
|
||||||||||||||||
|
Reads a binary representation of the value's content from a stream.
Reimplemented in osgIntrospection::StdReaderWriter< T >, and osgIntrospection::PtrReaderWriter< T >. |
|
||||||||||||||||
|
Reads a textual representation of the value's content from a stream.
Reimplemented in osgIntrospection::StdReaderWriter< T >, and osgIntrospection::PtrReaderWriter< T >. |
|
||||||||||||||||
|
Writes a binary representation of the value's content to a stream.
Reimplemented in osgIntrospection::StdReaderWriter< T >, and osgIntrospection::PtrReaderWriter< T >. |
|
||||||||||||||||
|
Writes a textual representation of the value's content to a stream.
Reimplemented in osgIntrospection::StdReaderWriter< T >, and osgIntrospection::PtrReaderWriter< T >. |
1.3.9.1