|
Derive-C
|
#include <derive-c/alloc/std.h>#include <derive-c/algorithm/hash/default.h>#include <derive-c/prelude.h>#include <stdio.h>#include <derive-c/utils/string_builder/template.h>#include <derive-c/container/map/decomposed/template.h>#include <derive-c/alloc/debug/template.h>#include <derive-c/alloc/hybridstatic/template.h>Go to the source code of this file.
Macros | |
| #define | ALLOC stdalloc |
| #define | NAME string_builder |
| #define | KEY uint32_t |
| #define | KEY_HASH DC_DEFAULT_HASH |
| #define | VALUE char const* |
| #define | NAME id_map |
| #define | NAME dbg |
| #define | CAPACITY 256 |
| #define | ALLOC dbg |
| #define | NAME hybrid |
| #define | ALLOC hybrid |
| #define | NAME string_builder_hybrid |
Functions | |
| static void | example_basic () |
| static void | example_data_structure () |
| static void | example_hybrid () |
| int | main () |
| #define ALLOC hybrid |
Definition at line 10 of file string_builder.c.
| #define ALLOC dbg |
Definition at line 10 of file string_builder.c.
| #define ALLOC stdalloc |
Definition at line 10 of file string_builder.c.
| #define CAPACITY 256 |
Definition at line 48 of file string_builder.c.
| #define KEY uint32_t |
Definition at line 23 of file string_builder.c.
| #define KEY_HASH DC_DEFAULT_HASH |
Definition at line 24 of file string_builder.c.
| #define NAME string_builder_hybrid |
Definition at line 11 of file string_builder.c.
| #define NAME hybrid |
Definition at line 11 of file string_builder.c.
| #define NAME dbg |
Definition at line 11 of file string_builder.c.
| #define NAME id_map |
Definition at line 11 of file string_builder.c.
| #define NAME string_builder |
Definition at line 11 of file string_builder.c.
| #define VALUE char const* |
Definition at line 25 of file string_builder.c.
|
static |
Definition at line 14 of file string_builder.c.
|
static |
Definition at line 29 of file string_builder.c.
|
static |
Definition at line 57 of file string_builder.c.
| int main | ( | ) |
Definition at line 69 of file string_builder.c.