Mobile API Reference
MicroStrategy 2019
|
#include "PDCHeader/PDCstddef.h"
#include "Base.h"
#include "Base/Interfaces/BaseException.h"
#include "Base/Defines/StrongPtr.h"
#include "Base/Base/NewOperator.h"
Go to the source code of this file.
Classes | |
class | MBase::Buffer |
class | MBase::BufferException |
Namespaces | |
MBase | |
Typedefs | |
typedef StrongPtr< Buffer, DeleteOperatorGeneric< Buffer > > | MBase::BufferPtr |
Functions | |
DLL_BASE_EXIM Buffer * | MBase::CreateBuffer (Int32 iSize, Int32 iExtSize, Int32 iBlkSize=Buffer::NT_BLOCK_SIZE, bool ibOnPageBoundary=false) |
throws ContractManagerException (defined in BaseMemoryContract.h) More... | |
DLL_BASE_EXIM Buffer * | MBase::CreateBuffer (Int32 iSize, Int32 iExtSize, MBase::MemoryContract *ipMemoryContract, Int32 iBlkSize=Buffer::NT_BLOCK_SIZE, bool ibOnPageBoundary=false) |
throws ContractManagerException (defined in BaseMemoryContract.h) More... | |