Go to the source code of this file.
◆ _ae2f_ds_Alloc_Call
#define _ae2f_ds_Alloc_Call |
( |
| This, |
|
|
| Name, |
|
|
| ... ) |
Value:
#define _ae2f_ds_Alloc_FndFun(This, Name)
Definition Alloc.h:53
#define ae2f_errGlob_IMP_NOT_FOUND
Failed to find the function on preprocessor which is callable for some reason No operation has beed d...
Definition errGlob.h:19
- Warning
- Notice that it can't handle the function without parameters.
For certain functions, use _ae2f_ds_Alloc_CallVoid.
- Parameters
-
This | {const ae2f_ds_cAlloc*} Structure |
Name | {Member Name} Function Name |
- Exceptions
-
ae2f_errGlob_IMP_NOT_FOUND
- See also
- ae2f_ds_cAlloc
-
_ae2f_ds_Alloc_FndFun
◆ _ae2f_ds_Alloc_CallVoid
#define _ae2f_ds_Alloc_CallVoid |
( |
| This, |
|
|
| Name ) |
◆ _ae2f_ds_Alloc_FndFun
#define _ae2f_ds_Alloc_FndFun |
( |
| This, |
|
|
| Name ) |
Value:
#define ae2f_Macro_Cmp_TakeMem(ptr, member, alter)
Gets the member from the pointer. Given nullptr, the return will be alter.
Definition Cmp.h:26
- Parameters
-
This | {const ae2f_ds_cAlloc*} Structure The structure suggested to have a function pointer. |
Name | {Member Name} The valid member's name. Wanted Function Name. |
- Returns
- The Function Pointer with the given name.
- Exceptions
-
◆ ae2f_ds_Alloc_Err_IDX_INVALID
◆ ae2f_ds_vAlloc_cLinear
Each elements will be physically linear.