Public Member Functions | |
| virtual std::wostream & | writeTextValue (std::wostream &wos, const Value &v, const Options *=0) const |
| Writes a textual representation of the value's content to a stream. | |
| virtual std::wistream & | readTextValue (std::wistream &wis, 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. | |
| virtual std::istream& osgIntrospection::StdWReaderWriter< T >::readBinaryValue | ( | std::istream & | , | |
| Value & | v, | |||
| const Options * | = 0 | |||
| ) | const [inline, virtual] |
Reads a binary representation of the value's content from a stream.
Reimplemented from osgIntrospection::ReaderWriter.
References osgIntrospection::Value::isEmpty().
| virtual std::wistream& osgIntrospection::StdWReaderWriter< T >::readTextValue | ( | std::wistream & | , | |
| Value & | v, | |||
| const Options * | = 0 | |||
| ) | const [inline, virtual] |
Reads a textual representation of the value's content from a stream.
Reimplemented from osgIntrospection::ReaderWriter.
References osgIntrospection::Value::isEmpty().
| virtual std::ostream& osgIntrospection::StdWReaderWriter< T >::writeBinaryValue | ( | std::ostream & | , | |
| const Value & | v, | |||
| const Options * | = 0 | |||
| ) | const [inline, virtual] |
Writes a binary representation of the value's content to a stream.
Reimplemented from osgIntrospection::ReaderWriter.
| virtual std::wostream& osgIntrospection::StdWReaderWriter< T >::writeTextValue | ( | std::wostream & | wos, | |
| const Value & | v, | |||
| const Options * | op = 0 | |||
| ) | const [inline, virtual] |
Writes a textual representation of the value's content to a stream.
Reimplemented from osgIntrospection::ReaderWriter.
1.7.1