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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
{
"editor.formatOnSave": true, //保存时格式化开关
"files.associations": {
"array": "c",
"atomic": "c",
"bit": "c",
"*.tcc": "c",
"cctype": "c",
"clocale": "c",
"cmath": "c",
"compare": "c",
"concepts": "c",
"cstdarg": "c",
"cstddef": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"cwchar": "c",
"cwctype": "c",
"deque": "c",
"string": "c",
"unordered_map": "c",
"vector": "c",
"exception": "c",
"algorithm": "c",
"functional": "c",
"iterator": "c",
"memory": "c",
"memory_resource": "c",
"numeric": "c",
"random": "c",
"string_view": "c",
"system_error": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"initializer_list": "c",
"iosfwd": "c",
"limits": "c",
"new": "c",
"numbers": "c",
"ostream": "c",
"stdexcept": "c",
"streambuf": "c",
"cinttypes": "c",
"typeinfo": "c",
"bbq_memory.h": "c",
"stdatomic.h": "c",
"bbq.h": "c",
"stdio.h": "c",
"stdbool.h": "c",
"bbq_errno.h": "c",
"stddef.h": "c",
"any": "cpp",
"condition_variable": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"map": "cpp",
"set": "cpp",
"optional": "cpp",
"ratio": "cpp",
"source_location": "cpp",
"iomanip": "cpp",
"iostream": "cpp",
"istream": "cpp",
"mutex": "cpp",
"semaphore": "cpp",
"sstream": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"variant": "cpp",
"test.h": "c",
"demo.h": "c",
"math.h": "c",
"stdint.h": "c",
"minini.h": "c",
"common.h": "c",
"iniparser.h": "c",
"bbq_log.h": "c",
"string.h": "c",
"time.h": "c",
"unistd.h": "c",
"pthread.h": "c",
"bcm_queue.h": "c",
"rte_ring.h": "c",
"bcm_queue_dpdk.h": "c",
"stdlib.h": "c",
"bbq_common.h": "c",
"bcm_common.h": "c",
"test_common.h": "c",
"numa.h": "c",
"test_mix.h": "c",
"test_queue.h": "c",
"prctl.h": "c",
"types.h": "c",
"chrono": "c",
"fstream": "c",
"ut_bbq_func.h": "c"
},
"commentTranslate.hover.enabled": true
}
|