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<< (unsigned char) Output primitive to stream. |
![]() | operator<< (signed char) Output primitive to stream. |
![]() | operator<< (short) Output primitive to stream. |
![]() | operator<< (unsigned short) Output primitive to stream. |
![]() | operator<< (int) Output primitive to stream. |
![]() | operator<< (unsigned int) Output primitive to stream. |
![]() | operator<< (long) Output primitive to stream. |
![]() | operator<< (unsigned long) Output primitive to stream. |
![]() | operator<< (float) Output primitive to stream. |
![]() | operator<< (double) Output primitive to stream. |
![]() | operator<< (long double) Output 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
Comparison functions
I/O functions
Miscellaneous 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.
PSerialiser& operator<<(char)
PSerialiser& operator<<(unsigned char)
PSerialiser& operator<<(signed char)
PSerialiser& operator<<(short)
PSerialiser& operator<<(unsigned short)
PSerialiser& operator<<(int)
PSerialiser& operator<<(unsigned int)
PSerialiser& operator<<(long)
PSerialiser& operator<<(unsigned long)
PSerialiser& operator<<(float)
PSerialiser& operator<<(double)
PSerialiser& operator<<(long double)
PSerialiser& operator<<(const char *)
PSerialiser& operator<<(const unsigned char *)
PSerialiser& operator<<(const signed char *)
virtual PSerialiser& operator<<(PObject & obj)
Alphabetic index HTML hierarchy of classes or Java