Mobile API Reference
MicroStrategy 2019
|
#include "PDCHeader/PDCwchar.h"
#include "Base/Base/Allocator.h"
#include "Base/Defines/BasicTypes.h"
#include "Base.h"
#include "Base/Defines/StrongPtr.h"
Go to the source code of this file.
Classes | |
class | MBase::DeleteFS< T > |
class | MBase::FragmentedString |
Namespaces | |
MBase | |
Macros | |
#define | HEADER_SIZE sizeof(BlockHeader) |
Typedefs | |
typedef long | HRESULT |
typedef MBase::StrongPtr< FragmentedString, DeleteFS< FragmentedString > > | MBase::FragmentedStringPtr |
Functions | |
DLL_BASE_EXIM FragmentedString * | MBase::CreateFragmentedString (WCHAR *ipStr, size_t iSize, const MBase::Allocator< WCHAR > &iAlloc=MBase::Allocator< WCHAR >()) |
DLL_BASE_EXIM FragmentedString * | MBase::CreateFragmentedString (WCHAR *ipStr, const MBase::Allocator< WCHAR > &iAlloc=MBase::Allocator< WCHAR >()) |
#define HEADER_SIZE sizeof(BlockHeader) |
typedef long HRESULT |