ae2f_docs
Loading...
Searching...
No Matches
Guide.h
Go to the documentation of this file.
1/**
2 * @file ae2f/Guide.h
3 * @brief
4 * Guide markers for conventions.
5 * */
6#undef ae2f_LP
7#undef ae2f_NONE
8#undef ae2f_opt
9
10/** @def ae2f_NONE @brief nothing. */
11#define ae2f_NONE
12
13/**
14 * @def ae2f_LP
15 *
16 * @brief
17 * Desired count required.
18 *
19 * @param ...
20 * Parameter with this preprocessor means \n
21 * the pointer is considered as list, and inside of this is a desired size.
22 * */
23#define ae2f_LP(a) ae2f_NONE
24
25/** @def ae2f_opt @brief Optional. */
26#define ae2f_opt ae2f_NONE
27
28/**
29 * @def ae2f_FREE
30 * @brief Use this marker to show the desired functions
31 * to effectively free the resources.
32 * */
33#define ae2f_FREE(a) ae2f_NONE
34
35/** @brief l_value. */
36#define ae2f_v ae2f_NONE
#define ae2f_WhenCXX(a)
Appears when the current language is C.
Definition Cxx.h:44
#define ae2f_is_cxx
Definition Cxx.h:48
#define ae2f_WhenC(a)
Appears when the current language is C++.
Definition Cxx.h:38
#define ae2f_NONE
Definition Guide.h:11
#define ae2f_stdcc_v
Standard C++ version. .
Definition LangVer.h:34
#define ae2f_PackCount
Definition Num.auto.h:6