Public Member Functions | |
virtual std::ostream & | writeTextValue (std::ostream &os, const Value &v, const Options *=0) const |
virtual std::istream & | readTextValue (std::istream &is, Value &v, const Options *=0) const |
virtual std::ostream & | writeBinaryValue (std::ostream &os, const Value &v, const Options *=0) const |
virtual std::istream & | readBinaryValue (std::istream &is, Value &v, const Options *=0) const |
Most of the standard types are able to be read and written this way, so the StdReaderWriter template can be a convenient default for several types. The binary representation is a raw copy of the memory content.
TO-DO: improve binary streaming and avoid arch dependency.
virtual std::ostream& osgIntrospection::StdReaderWriter< T >::writeTextValue | ( | std::ostream & | os, | |
const Value & | v, | |||
const Options * | = 0 | |||
) | const [inline, virtual] |
virtual std::istream& osgIntrospection::StdReaderWriter< T >::readTextValue | ( | std::istream & | is, | |
Value & | v, | |||
const Options * | = 0 | |||
) | const [inline, virtual] |
virtual std::ostream& osgIntrospection::StdReaderWriter< T >::writeBinaryValue | ( | std::ostream & | os, | |
const Value & | v, | |||
const Options * | = 0 | |||
) | const [inline, virtual] |
virtual std::istream& osgIntrospection::StdReaderWriter< T >::readBinaryValue | ( | std::istream & | is, | |
Value & | v, | |||
const Options * | = 0 | |||
) | const [inline, virtual] |