MeshLib C Docs
Loading...
Searching...
No Matches
std_vector_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
31
36
42
48
51
54
58
62
66
70
74
79MRC_API void MR_std_vector_std_string_resize_with_default_value(MR_std_vector_std_string *_this, size_t new_size, const char *value, const char *value_end);
80
85
89
93
97
103
109
114
119
124
129
135MRC_API void MR_std_vector_std_string_push_back(MR_std_vector_std_string *_this, const char *new_elem, const char *new_elem_end);
136
140
146MRC_API void MR_std_vector_std_string_insert(MR_std_vector_std_string *_this, size_t position, const char *new_elem, const char *new_elem_end);
147
151
158MRC_API void MR_std_vector_std_string_insert_at_mutable_iter(MR_std_vector_std_string *_this, const MR_std_vector_std_string_iterator *position, const char *new_elem, const char *new_elem_end);
159
164
171MRC_API void MR_std_vector_std_string_insert_at_iter(MR_std_vector_std_string *_this, const MR_std_vector_std_string_const_iterator *position, const char *new_elem, const char *new_elem_end);
172
177
183
188
194
199
205
210
216
221
226
231
235
240
247
254
257
260
264
268
273
277
282
289
296
299
302
306
310
316
320
324
328
333
338
344
348
352
356
361
366
367#ifdef __cplusplus
368} // extern "C"
369#endif
struct MR_std_string MR_std_string
Definition MRCtm.h:32
struct MR_std_vector_std_string MR_std_vector_std_string
Definition MRNesting3mfExport.h:18
MR_PassBy
Definition common.h:23
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API ptrdiff_t MR_std_vector_std_string_to_index_mut(const MR_std_vector_std_string *_this, const MR_std_vector_std_string_iterator *iter)
MRC_API MR_std_string * MR_std_vector_std_string_at_mut(MR_std_vector_std_string *_this, size_t i)
MRC_API ptrdiff_t MR_sub_MR_std_vector_std_string_const_iterator(const MR_std_vector_std_string_const_iterator *a, const MR_std_vector_std_string_const_iterator *b)
MRC_API ptrdiff_t MR_std_vector_std_string_to_index(const MR_std_vector_std_string *_this, const MR_std_vector_std_string_const_iterator *iter)
MRC_API MR_std_vector_std_string_iterator * MR_std_vector_std_string_iterator_OffsetMutablePtr(MR_std_vector_std_string_iterator *ptr, ptrdiff_t i)
MRC_API void MR_std_vector_std_string_iterator_AssignFromAnother(MR_std_vector_std_string_iterator *_this, const MR_std_vector_std_string_iterator *other)
MRC_API void MR_std_vector_std_string_AssignFromAnother(MR_std_vector_std_string *_this, MR_PassBy other_pass_by, MR_std_vector_std_string *other)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_const_iterator_from_mutable(const MR_std_vector_std_string_iterator *iter)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_const_iterator_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_vector_std_string_iterator_incr(MR_std_vector_std_string_iterator *_this)
MRC_API void MR_std_vector_std_string_erase_at_mutable_iter(MR_std_vector_std_string *_this, const MR_std_vector_std_string_iterator *position)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_const_iterator_ConstructFromAnother(const MR_std_vector_std_string_const_iterator *other)
MRC_API void MR_std_vector_std_string_resize(MR_std_vector_std_string *_this, size_t new_size)
MRC_API MR_std_string * MR_std_vector_std_string_back_mut(MR_std_vector_std_string *_this)
MRC_API const MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_const_iterator_OffsetPtr(const MR_std_vector_std_string_const_iterator *ptr, ptrdiff_t i)
MRC_API void MR_std_vector_std_string_erase(MR_std_vector_std_string *_this, size_t position)
MRC_API bool MR_std_vector_std_string_is_end(const MR_std_vector_std_string *_this, const MR_std_vector_std_string_const_iterator *iter)
MRC_API bool MR_equal_MR_std_vector_std_string_iterator(const MR_std_vector_std_string_iterator *a, const MR_std_vector_std_string_iterator *b)
MRC_API void MR_std_vector_std_string_erase_at_iter(MR_std_vector_std_string *_this, const MR_std_vector_std_string_const_iterator *position)
MRC_API const MR_std_string * MR_std_vector_std_string_const_iterator_deref(const MR_std_vector_std_string_const_iterator *_this)
MRC_API void MR_std_vector_std_string_pop_back(MR_std_vector_std_string *_this)
struct MR_std_vector_std_string_const_iterator MR_std_vector_std_string_const_iterator
Definition std_vector_std_string.h:22
MRC_API MR_std_vector_std_string_iterator * MR_std_vector_std_string_end_mut(MR_std_vector_std_string *_this)
MRC_API void MR_std_vector_std_string_iterator_DestroyArray(const MR_std_vector_std_string_iterator *_this)
Destroys a heap-allocated array of MR_std_vector_std_string_iterator. Does nothing if the pointer is ...
MRC_API MR_std_string * MR_std_vector_std_string_iterator_deref(const MR_std_vector_std_string_iterator *_this)
struct MR_std_vector_std_string_iterator MR_std_vector_std_string_iterator
Definition std_vector_std_string.h:26
MRC_API bool MR_std_vector_std_string_empty(const MR_std_vector_std_string *_this)
MRC_API void MR_std_vector_std_string_reserve(MR_std_vector_std_string *_this, size_t new_capacity)
MRC_API void MR_std_vector_std_string_iterator_decr(MR_std_vector_std_string_iterator *_this)
MRC_API MR_std_vector_std_string_iterator * MR_std_vector_std_string_iterator_ConstructFromAnother(const MR_std_vector_std_string_iterator *other)
MRC_API void MR_std_vector_std_string_insert_at_iter(MR_std_vector_std_string *_this, const MR_std_vector_std_string_const_iterator *position, const char *new_elem, const char *new_elem_end)
MRC_API MR_std_vector_std_string * MR_std_vector_std_string_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_vector_std_string *other)
MRC_API size_t MR_std_vector_std_string_size(const MR_std_vector_std_string *_this)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_const_iterator_OffsetMutablePtr(MR_std_vector_std_string_const_iterator *ptr, ptrdiff_t i)
MRC_API void MR_std_vector_std_string_iterator_add_assign(MR_std_vector_std_string_iterator *_this, ptrdiff_t delta)
MRC_API MR_std_vector_std_string * MR_std_vector_std_string_OffsetMutablePtr(MR_std_vector_std_string *ptr, ptrdiff_t i)
MRC_API MR_std_vector_std_string_iterator * MR_std_vector_std_string_begin_mut(MR_std_vector_std_string *_this)
MRC_API MR_std_vector_std_string * MR_std_vector_std_string_DefaultConstructArray(size_t num_elems)
MRC_API const MR_std_string * MR_std_vector_std_string_back(const MR_std_vector_std_string *_this)
MRC_API void MR_std_vector_std_string_const_iterator_DestroyArray(const MR_std_vector_std_string_const_iterator *_this)
Destroys a heap-allocated array of MR_std_vector_std_string_const_iterator. Does nothing if the point...
MRC_API bool MR_std_vector_std_string_is_begin_mut(const MR_std_vector_std_string *_this, const MR_std_vector_std_string_iterator *iter)
MRC_API void MR_std_vector_std_string_insert_at_mutable_iter(MR_std_vector_std_string *_this, const MR_std_vector_std_string_iterator *position, const char *new_elem, const char *new_elem_end)
MRC_API void MR_std_vector_std_string_const_iterator_decr(MR_std_vector_std_string_const_iterator *_this)
MRC_API void MR_std_vector_std_string_insert(MR_std_vector_std_string *_this, size_t position, const char *new_elem, const char *new_elem_end)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_end(const MR_std_vector_std_string *_this)
MRC_API void MR_std_vector_std_string_const_iterator_AssignFromAnother(MR_std_vector_std_string_const_iterator *_this, const MR_std_vector_std_string_const_iterator *other)
MRC_API void MR_std_vector_std_string_resize_with_default_value(MR_std_vector_std_string *_this, size_t new_size, const char *value, const char *value_end)
MRC_API MR_std_string * MR_std_vector_std_string_front_mut(MR_std_vector_std_string *_this)
MRC_API MR_std_vector_std_string_iterator * MR_std_vector_std_string_iterator_DefaultConstruct(void)
MRC_API const MR_std_string * MR_std_vector_std_string_at(const MR_std_vector_std_string *_this, size_t i)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_const_iterator_DefaultConstruct(void)
MRC_API size_t MR_std_vector_std_string_capacity(const MR_std_vector_std_string *_this)
MRC_API bool MR_equal_MR_std_vector_std_string_const_iterator(const MR_std_vector_std_string_const_iterator *a, const MR_std_vector_std_string_const_iterator *b)
MRC_API void MR_std_vector_std_string_const_iterator_incr(MR_std_vector_std_string_const_iterator *_this)
MRC_API void MR_std_vector_std_string_const_iterator_Destroy(const MR_std_vector_std_string_const_iterator *_this)
Destroys a heap-allocated instance of MR_std_vector_std_string_const_iterator. Does nothing if the po...
MRC_API void MR_std_vector_std_string_Destroy(const MR_std_vector_std_string *_this)
Destroys a heap-allocated instance of MR_std_vector_std_string. Does nothing if the pointer is null.
MRC_API const MR_std_vector_std_string * MR_std_vector_std_string_OffsetPtr(const MR_std_vector_std_string *ptr, ptrdiff_t i)
MRC_API void MR_std_vector_std_string_push_back(MR_std_vector_std_string *_this, const char *new_elem, const char *new_elem_end)
MRC_API MR_std_vector_std_string * MR_std_vector_std_string_DefaultConstruct(void)
MRC_API const MR_std_string * MR_std_vector_std_string_front(const MR_std_vector_std_string *_this)
MRC_API void MR_std_vector_std_string_shrink_to_fit(MR_std_vector_std_string *_this)
MRC_API void MR_std_vector_std_string_iterator_Destroy(const MR_std_vector_std_string_iterator *_this)
Destroys a heap-allocated instance of MR_std_vector_std_string_iterator. Does nothing if the pointer ...
MRC_API MR_std_vector_std_string_iterator * MR_std_vector_std_string_iterator_DefaultConstructArray(size_t num_elems)
MRC_API const MR_std_vector_std_string_iterator * MR_std_vector_std_string_iterator_OffsetPtr(const MR_std_vector_std_string_iterator *ptr, ptrdiff_t i)
MRC_API void MR_std_vector_std_string_clear(MR_std_vector_std_string *_this)
MRC_API MR_std_vector_std_string_const_iterator * MR_std_vector_std_string_begin(const MR_std_vector_std_string *_this)
MRC_API bool MR_std_vector_std_string_is_begin(const MR_std_vector_std_string *_this, const MR_std_vector_std_string_const_iterator *iter)
MRC_API void MR_std_vector_std_string_DestroyArray(const MR_std_vector_std_string *_this)
Destroys a heap-allocated array of MR_std_vector_std_string. Does nothing if the pointer is null.
MRC_API ptrdiff_t MR_sub_MR_std_vector_std_string_iterator(const MR_std_vector_std_string_iterator *a, const MR_std_vector_std_string_iterator *b)
MRC_API bool MR_std_vector_std_string_is_end_mut(const MR_std_vector_std_string *_this, const MR_std_vector_std_string_iterator *iter)
MRC_API void MR_std_vector_std_string_const_iterator_add_assign(MR_std_vector_std_string_const_iterator *_this, ptrdiff_t delta)