XLL+ Class Library (7.0)

CXlOStrStream Class

Serializes data native Excel data to STL memory streams.

class CXlOStrStream : public CXlOStream

Overview

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.

Requirements

Header: xlserialize.h

See Also

CXlOStrStream Methods | xlserialize.h | CXlOStream class | CXlIStrStream class | CXlIStream class | CXlOperCache class | CXlInputKey class | CXlSerialData class | Serialize sample