Cthulhu
0.2.10
Cthulhu compiler collection
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
d
f
g
i
k
s
Typedefs
a
b
c
e
f
h
i
j
l
m
n
o
p
s
t
u
v
w
Enumerations
a
b
c
d
e
f
j
l
m
n
o
p
q
s
t
u
Enumerator
e
Macros
_
a
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
config.inc
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-3.0-only
2
3
#ifndef CFG_TYPE
4
# define CFG_TYPE(id, name)
5
#endif
6
7
CFG_TYPE
(eConfigInt,
"int"
)
8
CFG_TYPE
(eConfigBool, "
bool
")
9
CFG_TYPE
(eConfigString, "
string
")
10
CFG_TYPE
(eConfigEnum, "enum")
11
CFG_TYPE
(eConfigFlags, "flags")
12
CFG_TYPE
(eConfigVector, "list")
13
14
#undef CFG_TYPE
15
16
#ifndef CFG_ARG
17
# define CFG_ARG(id, name, prefix)
18
#endif
19
20
CFG_ARG
(eArgShort,
"short"
,
"-"
)
21
CFG_ARG
(eArgLong, "
long
", "--")
22
CFG_ARG
(eArgDOS, "dos", "/")
23
24
#undef CFG_ARG
CFG_TYPE
#define CFG_TYPE(id, name)
Definition:
config.inc:4
CFG_ARG
#define CFG_ARG(id, name, prefix)
Definition:
config.inc:17
common
config
include
config
config.inc
Generated by
1.9.1