From 6fccac3372170153b59e829d11c6c0b0a5c2bc77 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:15:39 +1000 Subject: start fleshing out API for hashmap / hashset --- src/std/containers/container_utils.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/std/containers/container_utils.h (limited to 'src/std/containers/container_utils.h') diff --git a/src/std/containers/container_utils.h b/src/std/containers/container_utils.h new file mode 100644 index 0000000..39906c3 --- /dev/null +++ b/src/std/containers/container_utils.h @@ -0,0 +1,18 @@ +/** + * @file container_utils.h + * @author your name (you@domain.com) + * @brief + * @version 0.1 + * @date 2024-06-19 + * + * @copyright Copyright (c) 2024 + * + */ + +#pragma once + +typedef struct generic_iterator { + +} generic_iterator; + +typedef void* (*iterator_next_item)(void* iterator); \ No newline at end of file -- cgit v1.2.3-70-g09d2