TStreamable Class Reference

[tvision Index] [tvision Hierarchy] [Headers]


The streamable property More...

#include <tobjstrm.h>

Protected Members


Detailed Description

Gives the streamable property to a class.


void* read( ipstream& is ) [protected virtual]

Used to recover the object from a stream.

This is a pure virtual function and will be redefined in the descendants.

void write( opstream& os ) [protected virtual]

Used to store the object in a stream.

This is a pure virtual function and will be redefined in the descendants.


Documentation generated by sergio@athena.milk.it on Wed Feb 10 22:11:47 CET 1999
Kdoc