Mobile API Reference  MicroStrategy 2019
WriteDataStream.h File Reference

Go to the source code of this file.

Classes

class  MSerialization::WriteDataStream
 

Namespaces

 MDataType
 
 MSerialization
 

Typedefs

typedef MBase::StrongPtr< WriteDataStream, MBase::DeleteOperatorGeneric< WriteDataStream > > MSerialization::WriteDataStreamPtr
 

Functions

DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateWriteDataStream (MBase::MemoryContract *ipMemCon=0, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateRawWriteDataStream (MBase::MemoryContract *ipMemCon=0, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateSafeWriteDataStream (MBase::MemoryContract *ipMemCon=0, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateSafeRawWriteDataStream (MBase::MemoryContract *ipMemCon=0, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::ConvertBinaries2WriteDataStream (MDataType::BinaryCollection *ipBins, MBase::MemoryContract *ipMemCon=0)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateWriteDataStream (MFileSystem::WriteableFile::Ptr &iFilePtr, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateRawWriteDataStream (MFileSystem::WriteableFile::Ptr &iFilePtr, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateSafeWriteDataStream (MFileSystem::WriteableFile::Ptr &iFilePtr, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateSafeRawWriteDataStream (MFileSystem::WriteableFile::Ptr &iFilePtr, unsigned short header=1)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateWriteDataStreamToSharedMem (MMultiProcess::SharedMemory *ipSharedMemPtr, unsigned Int32 iBlockSize=1024)
 
DLL_PDSERIALIZATION_EXIM WriteDataStream * MSerialization::CreateWriteDataStreamToSharedMemByteStream (MSerialization::WriteByteStream *ipSharedMemWriteByteStreamPtr)
 

Variables

const unsigned short MSerialization::LONG_VERSION = 0x8000
 const value for specifying the safe version of WriteDataStream More...