-
Notifications
You must be signed in to change notification settings - Fork 108
/
cxxopts.yaml
37 lines (37 loc) · 1.16 KB
/
cxxopts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
"functions":
- "name": "_ZN7cxxopts10exceptions9exceptionD0Ev"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "void cxxopts::exceptions::exception::~~exception()"
- "name": "_Z3absB7v180000l"
"params":
- "name": "__x"
"type": "size_t"
"return_type": "size_t"
"signature": "long abs(long)"
- "name": "_ZN7cxxopts11OptionAdderclERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_RKNS1_10shared_ptrIKNS_5ValueEEES7_"
"params":
- "name": "this"
"type": "bool "
- "name": "opts"
"type": "bool "
- "name": "desc"
"type": "bool "
- "name": "value"
"type": "bool "
- "name": "arg_help"
"type": "bool "
"return_type": "void"
"signature": "OptionAdder & cxxopts::OptionAdder::operator()(const string &, const string &, const shared_ptr<const cxxopts::Value> &, string)"
- "name": "_ZNK7cxxopts10exceptions9exception4whatEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "const char * cxxopts::exceptions::exception::what()"
"language": "c++"
"project": "cxxopts"
"target_name": "cxxopts_fuzz_test"
"target_path": "/src/cxxopts/test/fuzz.cpp"