8#ifndef MFRAME_D6A75B59_D8E5_4FB2_BAB8_41477CE17D21
9#define MFRAME_D6A75B59_D8E5_4FB2_BAB8_41477CE17D21
16#include "./../lang/Data.h"
102 return (this->mNext !=
nullptr);
int length(void) const
Definition Data.h:126
Memory(const void *pointer, int length)
Construct a new Memory object.
Memory(int length)
Construct a new Memory object.
bool isHeapMemory(void) const
Definition Memory.h:101
Memory(void *pointer, int length)
Construct a new Memory object.
Memory(const Memory &other)
淺層克隆建構子
Memory(const Data &data)
Construct a new Memory object.
virtual ~Memory(void) override
Destroy the Memory object.
static mframe::lang::Memory nullMemory(void)
E * pointer(void) const
模板方法,取得內部指標並轉換為指定型態(不指定偏移)
Definition Pointer.h:409
Definition Appendable.h:23