class PTextSerialiser |
This serialiser class serialises each object using ASCII text.
![]() | PTextSerialiser ( ostream & strm, PObject & data ) Create a text serialiser |
![]() | operator<< (char) Output primitive to stream |
![]() | operator<< (signed char) Output primitive to stream |
![]() | operator<< (short) Output primitive to stream |
![]() | operator<< (int) Output primitive to stream |
![]() | operator<< (unsigned long) Output primitive to streamOutput primitive to streamOutput primitive to streamOutput primitive to stream |
![]() | operator<< (float) Output primitive to stream |
![]() | operator<< (double) Output primitive to stream |
![]() | operator<< (long double) Output primitive to streamOutput primitive to stream |
![]() | operator<< (const char* ) Output primitive to stream |
![]() | operator<< (const unsigned char* ) Output primitive to stream |
![]() | operator<< (const signed char* ) Output primitive to stream |
![]() | operator<< (PObject & obj) Output the data to the serialiser object. |
Run Time Type functions
I/O functions
Miscellaneous functions
Comparison functions
This serialiser class serialises 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