ae2f_docs
Guide.h File Reference

Guide markers for conventions. More...

Go to the source code of this file.

Macros

#define ae2f_NONE
#define ae2f_LP(...)
 Desired count required.
#define ae2f_opt   ae2f_NONE
#define ae2f_FREE(...)
 Use this marker to show the desired functions to effectively free the resources.
#define ae2f_v   ae2f_NONE
 l_value.

Detailed Description

Guide markers for conventions.

Definition in file Guide.h.

Macro Definition Documentation

◆ ae2f_FREE

#define ae2f_FREE ( ...)
Value:
#define ae2f_NONE
Literally nothing.
Definition Cxx.h:13

Use this marker to show the desired functions to effectively free the resources.

Definition at line 33 of file Guide.h.

◆ ae2f_LP

#define ae2f_LP ( ...)
Value:

Desired count required.

Parameters
...Parameter with this preprocessor means
the pointer is considered as list, and inside of this is a desired size.

Definition at line 23 of file Guide.h.

◆ ae2f_NONE

#define ae2f_NONE

Definition at line 11 of file Guide.h.

◆ ae2f_opt

#define ae2f_opt   ae2f_NONE

Definition at line 26 of file Guide.h.

◆ ae2f_v

#define ae2f_v   ae2f_NONE

l_value.

Definition at line 36 of file Guide.h.