Inheritance diagram for osgIntrospection::PtrReaderWriter< T >:

Public Member Functions | |
| virtual std::ostream & | writeTextValue (std::ostream &os, 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 &is, Value &v, const Options *=0) const |
| Reads a textual representation of the value's content from a stream. | |
| virtual std::ostream & | writeBinaryValue (std::ostream &os, 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 &is, Value &v, const Options *=0) const |
| Reads a binary representation of the value's content from a stream. | |
Note: template parameter T must be a pointer!
|
||||||||||||||||||||
|
Reads a binary representation of the value's content from a stream.
Reimplemented from osgIntrospection::ReaderWriter. |
|
||||||||||||||||||||
|
Reads a textual representation of the value's content from a stream.
Reimplemented from osgIntrospection::ReaderWriter. |
|
||||||||||||||||||||
|
Writes a binary representation of the value's content to a stream.
Reimplemented from osgIntrospection::ReaderWriter. |
|
||||||||||||||||||||
|
Writes a textual representation of the value's content to a stream.
Reimplemented from osgIntrospection::ReaderWriter. |