[C++]
class CXlOStrStream
The CXlOStrStream class is a specialized class derived from CXlOStream. It contains its own inner stream, which is of type std::ostrstream, i.e. a stream that controls an array bytes in of memory. The class thus represents both the conversion method for data to be serialized and also the byte array to which the data is serialized.
Header: xlserialize.h
CXlOStrStream Methods
| xlserialize.h
| CXlOStream class
| CXlIStrStream class
| CXlIStream class
| CXlOperCache class
| CXlInputKey class
| CXlSerialData class
| Serialize sample