ADTF
|
Public Member Functions | |
adtf_memory_trivial_type (T *pValuePointer) | |
tResult | Set (const void *, size_t) override |
Sets the Raw pointer memory. | |
size_t | GetSize () const override |
Returns the size in bytes of the memory. | |
const void * | Get () const override |
Returns the raw memory pointer. | |
adtf_memory_trivial_type (T *pValuePointer) | |
tResult | Set (const void *pValue, size_t szSize) override |
Sets the Raw pointer memory. | |
size_t | GetSize () const override |
Returns the size in bytes of the memory. | |
const void * | Get () const override |
Returns the raw memory pointer. | |
adtf_memory_trivial_type (T *pValuePointer) | |
tResult | Set (const void *pValue, size_t szSize) override |
Sets the Raw pointer memory. | |
size_t | GetSize () const override |
Returns the size in bytes of the memory. | |
const void * | Get () const override |
Returns the raw memory pointer. | |
adtf_memory_trivial_type (T *pValuePointer) | |
tResult | Set (const void *pValue, size_t szSize) override |
Sets the Raw pointer memory. | |
size_t | GetSize () const override |
Returns the size in bytes of the memory. | |
const void * | Get () const override |
Returns the raw memory pointer. | |
Private Attributes | |
T * | m_pAssignedValue = nullptr |
T * | m_pAssignedValue |
T * | m_pAssignedValue |
T * | m_pAssignedValue |
Definition at line 347 of file rawmemory_base.h.
|
inlineexplicit |
Definition at line 351 of file rawmemory_base.h.
|
inlineexplicit |
Definition at line 295 of file rawmemory_base.h.
|
inlineexplicit |
Definition at line 295 of file rawmemory_base.h.
|
inlineexplicit |
Definition at line 295 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the raw memory pointer.
Implements IRawMemory.
Definition at line 337 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the raw memory pointer.
Implements IRawMemory.
Definition at line 337 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the raw memory pointer.
Implements IRawMemory.
Definition at line 337 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the raw memory pointer.
Implements IRawMemory.
Definition at line 383 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the size in bytes of the memory.
Implements IRawMemory.
Definition at line 325 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the size in bytes of the memory.
Implements IRawMemory.
Definition at line 325 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the size in bytes of the memory.
Implements IRawMemory.
Definition at line 325 of file rawmemory_base.h.
|
inlineoverridevirtual |
Returns the size in bytes of the memory.
Implements IRawMemory.
Definition at line 371 of file rawmemory_base.h.
|
inlineoverridevirtual |
Sets the Raw pointer memory.
Copy the content.
[in] | pValue | raw memory pointer. |
[in] | szSize | size of memory to copy in bytes. |
ERR_MEMORY | The Memory does not fit. |
ERR_POINTER | Internal implementation error. |
Implements IRawMemory.
Definition at line 363 of file rawmemory_base.h.
References RETURN_ERROR.
|
inlineoverridevirtual |
Sets the Raw pointer memory.
Copy the content.
[in] | pValue | raw memory pointer. |
[in] | szSize | size of memory to copy in bytes. |
ERR_MEMORY | The Memory does not fit. |
ERR_POINTER | Internal implementation error. |
Implements IRawMemory.
Definition at line 307 of file rawmemory_base.h.
|
inlineoverridevirtual |
Sets the Raw pointer memory.
Copy the content.
[in] | pValue | raw memory pointer. |
[in] | szSize | size of memory to copy in bytes. |
ERR_MEMORY | The Memory does not fit. |
ERR_POINTER | Internal implementation error. |
Implements IRawMemory.
Definition at line 307 of file rawmemory_base.h.
|
inlineoverridevirtual |
Sets the Raw pointer memory.
Copy the content.
[in] | pValue | raw memory pointer. |
[in] | szSize | size of memory to copy in bytes. |
ERR_MEMORY | The Memory does not fit. |
ERR_POINTER | Internal implementation error. |
Implements IRawMemory.
Definition at line 307 of file rawmemory_base.h.
|
private |
Definition at line 343 of file rawmemory_base.h.
|
private |
Definition at line 343 of file rawmemory_base.h.
|
private |
Definition at line 343 of file rawmemory_base.h.
|
private |
Definition at line 388 of file rawmemory_base.h.