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
|
prefix: c4core-bm
# TODO https://stackoverflow.com/questions/12360547/tool-for-retrieving-the-list-of-functions-and-methods-in-a-c-code-base
bm:
charconv-atox:
desc: read string to arithmetic value
src: bm_charconv.cpp
template_types: [uint8, int8, uint16, int16, uint32, int32, uint64, int64, float, double]
charconv-xtoa:
desc: write arithmetic value to string
src: bm_charconv.cpp
template_types: [uint8, int8, uint16, int16, uint32, int32, uint64, int64, float, double]
format-cat:
desc: compares stringification of a sequence of heterogeneous general types
src: bm_format.cpp
format-catfile:
desc: compares stringification to a file of a sequence of heterogeneous general types
src: bm_format.cpp
format-catsep:
desc: compares stringification of a sequence of heterogeneous general types
src: bm_format.cpp
format-catsepfile:
desc: compares stringification to a file of a sequence of heterogeneous general types
src: bm_format.cpp
format-format:
desc: compares formatting of a sequence of heterogeneous general types
src: bm_format.cpp
format-formatfile:
desc: compares stringification to a file of a sequence of heterogeneous general types
src: bm_format.cpp
|