ae2f_docs
Loading...
Searching...
No Matches
Nil.h
1
#
include
"../LangVer.h"
2
#
include
"../Cast.h"
3
4
5
/**
6
* @macro ae2f_NIL
7
* @brief NULL for C/C++
8
**/
9
#
undef
ae2f_NIL
10
#
if
__ae2f_stdcheck_CC
(
201100L
)
11
#
define
ae2f_NIL
ae2f_WhenC
(
NULL
)
ae2f_WhenCXX
(
nullptr
)
12
#
else
13
#
define
ae2f_NIL
NULL
14
#
endif
ae2f_constexprmethod
#define ae2f_constexprmethod
Definition
Constexpr.h:56
ae2f_WhenCXX
#define ae2f_WhenCXX(a)
Appears when the current language is C.
Definition
Cxx.h:44
ae2f_is_cxx
#define ae2f_is_cxx
Definition
Cxx.h:48
ae2f_WhenC
#define ae2f_WhenC(a)
Appears when the current language is C++.
Definition
Cxx.h:38
ae2f_NONE
#define ae2f_NONE
Definition
Guide.h:11
ae2f_stdcc_v
#define ae2f_stdcc_v
Standard C++ version. .
Definition
LangVer.h:34
__ae2f_stdcheck_CC
#define __ae2f_stdcheck_CC(v)
Definition
LangVer.h:50
ae2f_PackCount
#define ae2f_PackCount
Definition
Num.auto.h:6
submod
ae2f
Core
inc
ae2f
Cxx
Nil.h
Generated by
1.15.0