MeshLib C Docs
Loading...
Searching...
No Matches
std_unordered_set_std_string.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stdbool.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
14
15
19
23
27
32
36
40
43
46
49
52
56
60
64
69
75
80MRC_API void MR_std_unordered_set_std_string_Insert(MR_std_unordered_set_std_string *_this, const char *new_elem, const char *new_elem_end);
81
86
91
96
101
105
110
115
120
123
126
129
132
137
141
142#ifdef __cplusplus
143} // extern "C"
144#endif
struct MR_std_string MR_std_string
Definition MRE57.h:22
struct MR_std_unordered_set_std_string MR_std_unordered_set_std_string
Definition MRFeatureHelpers.h:16
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
struct MR_std_unordered_set_std_string_const_iterator MR_std_unordered_set_std_string_const_iterator
Definition std_unordered_set_std_string.h:22
MRC_API bool MR_std_unordered_set_std_string_IsEmpty(const MR_std_unordered_set_std_string *_this)
MRC_API void MR_std_unordered_set_std_string_Destroy(const MR_std_unordered_set_std_string *_this)
Destroys a heap-allocated instance of MR_std_unordered_set_std_string. Does nothing if the pointer is...
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_const_iterator_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_unordered_set_std_string_DestroyArray(const MR_std_unordered_set_std_string *_this)
Destroys a heap-allocated array of MR_std_unordered_set_std_string. Does nothing if the pointer is nu...
MRC_API void MR_std_unordered_set_std_string_Clear(MR_std_unordered_set_std_string *_this)
MRC_API bool MR_std_unordered_set_std_string_IsBegin(const MR_std_unordered_set_std_string *_this, const MR_std_unordered_set_std_string_const_iterator *iter)
MRC_API MR_std_unordered_set_std_string * MR_std_unordered_set_std_string_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_const_iterator_ConstructFromAnother(const MR_std_unordered_set_std_string_const_iterator *other)
MRC_API const MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_const_iterator_OffsetPtr(const MR_std_unordered_set_std_string_const_iterator *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_Find(const MR_std_unordered_set_std_string *_this, const MR_std_string *key)
MRC_API void MR_std_unordered_set_std_string_Insert(MR_std_unordered_set_std_string *_this, const char *new_elem, const char *new_elem_end)
MRC_API const MR_std_unordered_set_std_string * MR_std_unordered_set_std_string_OffsetPtr(const MR_std_unordered_set_std_string *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_End(const MR_std_unordered_set_std_string *_this)
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_Begin(const MR_std_unordered_set_std_string *_this)
MRC_API MR_std_unordered_set_std_string * MR_std_unordered_set_std_string_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_unordered_set_std_string *other)
MRC_API bool MR_std_unordered_set_std_string_Contains(const MR_std_unordered_set_std_string *_this, const MR_std_string *key)
MRC_API void MR_std_unordered_set_std_string_AssignFromAnother(MR_std_unordered_set_std_string *_this, MR_PassBy other_pass_by, MR_std_unordered_set_std_string *other)
MRC_API void MR_std_unordered_set_std_string_const_iterator_AssignFromAnother(MR_std_unordered_set_std_string_const_iterator *_this, const MR_std_unordered_set_std_string_const_iterator *other)
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_const_iterator_OffsetMutablePtr(MR_std_unordered_set_std_string_const_iterator *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API void MR_std_unordered_set_std_string_const_iterator_Incr(MR_std_unordered_set_std_string_const_iterator *_this)
MRC_API void MR_std_unordered_set_std_string_const_iterator_DestroyArray(const MR_std_unordered_set_std_string_const_iterator *_this)
Destroys a heap-allocated array of MR_std_unordered_set_std_string_const_iterator....
MRC_API bool MR_std_unordered_set_std_string_IsEnd(const MR_std_unordered_set_std_string *_this, const MR_std_unordered_set_std_string_const_iterator *iter)
MRC_API void MR_std_unordered_set_std_string_const_iterator_Destroy(const MR_std_unordered_set_std_string_const_iterator *_this)
Destroys a heap-allocated instance of MR_std_unordered_set_std_string_const_iterator....
MRC_API MR_std_unordered_set_std_string * MR_std_unordered_set_std_string_DefaultConstruct(void)
MRC_API const MR_std_string * MR_std_unordered_set_std_string_const_iterator_Deref(const MR_std_unordered_set_std_string_const_iterator *_this)
MRC_API MR_std_unordered_set_std_string * MR_std_unordered_set_std_string_OffsetMutablePtr(MR_std_unordered_set_std_string *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_std_unordered_set_std_string_const_iterator * MR_std_unordered_set_std_string_const_iterator_DefaultConstruct(void)
MRC_API size_t MR_std_unordered_set_std_string_Size(const MR_std_unordered_set_std_string *_this)