MeshLib C Docs
Loading...
Searching...
No Matches
std_vector_double.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
13
17
21
25
29
34
40
46
49
52
56
60
64
67MRC_API void MR_std_vector_double_AssignFromRange(MR_std_vector_double *_this, const double *ptr, size_t size);
68
72
76
80
84
89
93
97
101
106MRC_API const double *MR_std_vector_double_at(const MR_std_vector_double *_this, size_t i);
107
113
118
123
128
133
138
143
147
151
154MRC_API void MR_std_vector_double_insert(MR_std_vector_double *_this, size_t position, double new_elem);
155
159
164
169
174
179
185
190
196
201
207
212
218
223
228
233
237
242
249
256
259
262
266
270
275
279
284
291
298
301
304
308
312
318
322
326
330
335
340
346
350
354
358
363
368
369#ifdef __cplusplus
370} // extern "C"
371#endif
struct MR_std_vector_double MR_std_vector_double
Definition MRBestFitPolynomial.h:17
struct MR_std_vector_double_const_iterator MR_std_vector_double_const_iterator
Definition MRVector.h:174
struct MR_std_vector_double_iterator MR_std_vector_double_iterator
Definition MRVector.h:175
MR_PassBy
Definition common.h:23
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API const double * MR_std_vector_double_front(const MR_std_vector_double *_this)
MRC_API const double * MR_std_vector_double_data(const MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_const_iterator_DestroyArray(const MR_std_vector_double_const_iterator *_this)
Destroys a heap-allocated array of MR_std_vector_double_const_iterator. Does nothing if the pointer i...
MRC_API bool MR_std_vector_double_empty(const MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_DestroyArray(const MR_std_vector_double *_this)
Destroys a heap-allocated array of MR_std_vector_double. Does nothing if the pointer is null.
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_const_iterator_ConstructFromAnother(const MR_std_vector_double_const_iterator *other)
MRC_API ptrdiff_t MR_sub_MR_std_vector_double_iterator(const MR_std_vector_double_iterator *a, const MR_std_vector_double_iterator *b)
MRC_API const double * MR_std_vector_double_at(const MR_std_vector_double *_this, size_t i)
MRC_API const MR_std_vector_double * MR_std_vector_double_OffsetPtr(const MR_std_vector_double *ptr, ptrdiff_t i)
MRC_API void MR_std_vector_double_const_iterator_decr(MR_std_vector_double_const_iterator *_this)
MRC_API void MR_std_vector_double_const_iterator_add_assign(MR_std_vector_double_const_iterator *_this, ptrdiff_t delta)
MRC_API void MR_std_vector_double_clear(MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_AssignFromAnother(MR_std_vector_double *_this, MR_PassBy other_pass_by, MR_std_vector_double *other)
MRC_API void MR_std_vector_double_pop_back(MR_std_vector_double *_this)
MRC_API bool MR_std_vector_double_is_end_mut(const MR_std_vector_double *_this, const MR_std_vector_double_iterator *iter)
MRC_API void MR_std_vector_double_erase_at_mutable_iter(MR_std_vector_double *_this, const MR_std_vector_double_iterator *position)
MRC_API bool MR_std_vector_double_is_begin(const MR_std_vector_double *_this, const MR_std_vector_double_const_iterator *iter)
MRC_API void MR_std_vector_double_iterator_decr(MR_std_vector_double_iterator *_this)
MRC_API double * MR_std_vector_double_data_mut(MR_std_vector_double *_this)
MRC_API double * MR_std_vector_double_iterator_deref(const MR_std_vector_double_iterator *_this)
MRC_API void MR_std_vector_double_insert(MR_std_vector_double *_this, size_t position, double new_elem)
MRC_API MR_std_vector_double * MR_std_vector_double_OffsetMutablePtr(MR_std_vector_double *ptr, ptrdiff_t i)
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_const_iterator_DefaultConstructArray(size_t num_elems)
MRC_API const MR_std_vector_double_const_iterator * MR_std_vector_double_const_iterator_OffsetPtr(const MR_std_vector_double_const_iterator *ptr, ptrdiff_t i)
MRC_API double * MR_std_vector_double_front_mut(MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_const_iterator_Destroy(const MR_std_vector_double_const_iterator *_this)
Destroys a heap-allocated instance of MR_std_vector_double_const_iterator. Does nothing if the pointe...
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_begin(const MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_Destroy(const MR_std_vector_double *_this)
Destroys a heap-allocated instance of MR_std_vector_double. Does nothing if the pointer is null.
MRC_API void MR_std_vector_double_erase_at_iter(MR_std_vector_double *_this, const MR_std_vector_double_const_iterator *position)
MRC_API MR_std_vector_double * MR_std_vector_double_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_vector_double *other)
MRC_API void MR_std_vector_double_shrink_to_fit(MR_std_vector_double *_this)
MRC_API size_t MR_std_vector_double_capacity(const MR_std_vector_double *_this)
MRC_API const double * MR_std_vector_double_back(const MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_reserve(MR_std_vector_double *_this, size_t new_capacity)
MRC_API double * MR_std_vector_double_at_mut(MR_std_vector_double *_this, size_t i)
MRC_API void MR_std_vector_double_iterator_add_assign(MR_std_vector_double_iterator *_this, ptrdiff_t delta)
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_const_iterator_DefaultConstruct(void)
MRC_API MR_std_vector_double_iterator * MR_std_vector_double_iterator_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_vector_double_resize_with_default_value(MR_std_vector_double *_this, size_t new_size, double value)
MRC_API void MR_std_vector_double_insert_at_mutable_iter(MR_std_vector_double *_this, const MR_std_vector_double_iterator *position, double new_elem)
MRC_API void MR_std_vector_double_insert_at_iter(MR_std_vector_double *_this, const MR_std_vector_double_const_iterator *position, double new_elem)
MRC_API MR_std_vector_double_iterator * MR_std_vector_double_iterator_DefaultConstruct(void)
MRC_API bool MR_std_vector_double_is_end(const MR_std_vector_double *_this, const MR_std_vector_double_const_iterator *iter)
MRC_API void MR_std_vector_double_const_iterator_AssignFromAnother(MR_std_vector_double_const_iterator *_this, const MR_std_vector_double_const_iterator *other)
MRC_API size_t MR_std_vector_double_size(const MR_std_vector_double *_this)
MRC_API ptrdiff_t MR_sub_MR_std_vector_double_const_iterator(const MR_std_vector_double_const_iterator *a, const MR_std_vector_double_const_iterator *b)
MRC_API void MR_std_vector_double_iterator_Destroy(const MR_std_vector_double_iterator *_this)
Destroys a heap-allocated instance of MR_std_vector_double_iterator. Does nothing if the pointer is n...
MRC_API void MR_std_vector_double_push_back(MR_std_vector_double *_this, double new_elem)
MRC_API double * MR_std_vector_double_back_mut(MR_std_vector_double *_this)
MRC_API const MR_std_vector_double_iterator * MR_std_vector_double_iterator_OffsetPtr(const MR_std_vector_double_iterator *ptr, ptrdiff_t i)
MRC_API MR_std_vector_double * MR_std_vector_double_ConstructFromRange(const double *ptr, size_t size)
MRC_API void MR_std_vector_double_AssignFromRange(MR_std_vector_double *_this, const double *ptr, size_t size)
MRC_API bool MR_std_vector_double_is_begin_mut(const MR_std_vector_double *_this, const MR_std_vector_double_iterator *iter)
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_end(const MR_std_vector_double *_this)
MRC_API MR_std_vector_double * MR_std_vector_double_DefaultConstructArray(size_t num_elems)
MRC_API bool MR_equal_MR_std_vector_double_const_iterator(const MR_std_vector_double_const_iterator *a, const MR_std_vector_double_const_iterator *b)
MRC_API void MR_std_vector_double_iterator_AssignFromAnother(MR_std_vector_double_iterator *_this, const MR_std_vector_double_iterator *other)
MRC_API void MR_std_vector_double_const_iterator_incr(MR_std_vector_double_const_iterator *_this)
MRC_API MR_std_vector_double_iterator * MR_std_vector_double_iterator_ConstructFromAnother(const MR_std_vector_double_iterator *other)
MRC_API void MR_std_vector_double_resize(MR_std_vector_double *_this, size_t new_size)
MRC_API MR_std_vector_double_iterator * MR_std_vector_double_end_mut(MR_std_vector_double *_this)
MRC_API ptrdiff_t MR_std_vector_double_to_index_mut(const MR_std_vector_double *_this, const MR_std_vector_double_iterator *iter)
MRC_API MR_std_vector_double * MR_std_vector_double_DefaultConstruct(void)
MRC_API void MR_std_vector_double_iterator_DestroyArray(const MR_std_vector_double_iterator *_this)
Destroys a heap-allocated array of MR_std_vector_double_iterator. Does nothing if the pointer is null...
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_const_iterator_from_mutable(const MR_std_vector_double_iterator *iter)
MRC_API MR_std_vector_double_const_iterator * MR_std_vector_double_const_iterator_OffsetMutablePtr(MR_std_vector_double_const_iterator *ptr, ptrdiff_t i)
MRC_API MR_std_vector_double_iterator * MR_std_vector_double_iterator_OffsetMutablePtr(MR_std_vector_double_iterator *ptr, ptrdiff_t i)
MRC_API const double * MR_std_vector_double_const_iterator_deref(const MR_std_vector_double_const_iterator *_this)
MRC_API bool MR_equal_MR_std_vector_double_iterator(const MR_std_vector_double_iterator *a, const MR_std_vector_double_iterator *b)
MRC_API void MR_std_vector_double_iterator_incr(MR_std_vector_double_iterator *_this)
MRC_API MR_std_vector_double_iterator * MR_std_vector_double_begin_mut(MR_std_vector_double *_this)
MRC_API void MR_std_vector_double_erase(MR_std_vector_double *_this, size_t position)
MRC_API ptrdiff_t MR_std_vector_double_to_index(const MR_std_vector_double *_this, const MR_std_vector_double_const_iterator *iter)