class PTextUnSerialiser |
This un-serialiser class reconstructs each object using ASCII text.
![]() | PTextUnSerialiser ( istream & strm ) Create a text un-serialiser |
![]() | operator>> (char &) Input primitive from stream |
![]() | operator>> (unsigned char &) Input primitive from stream |
![]() | operator>> (signed char &) Input primitive from stream |
![]() | operator>> (short &) Input primitive from stream |
![]() | operator>> (unsigned short &) Input primitive from stream |
![]() | operator>> (int &) Input primitive from stream |
![]() | operator>> (unsigned int &) Input primitive from stream |
![]() | operator>> (long &) Input primitive from stream |
![]() | operator>> (unsigned long &) Input primitive from stream |
![]() | operator>> (float &) Input primitive from stream |
![]() | operator>> (double &) Input primitive from stream |
![]() | operator>> (long double &) Input primitive from stream |
![]() | operator>> (char* ) Input primitive from stream |
![]() | operator>> (unsigned char* ) Input primitive from stream |
![]() | operator>> (signed char* ) Input primitive from stream |
![]() | operator>> (PObject &) Input the data from the un-serialiser object. |
Run Time Type functions
I/O functions
Miscellaneous functions
Comparison functions
This un-serialiser class reconstructs each object using ASCII text. This gives the highest level of portability for streams and platforms at the expense if larger amounts of data.
Alphabetic index HTML hierarchy of classes or Java