MeshLib C Docs
Loading...
Searching...
No Matches
MRConstChildren.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdbool.h>
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_std_shared_ptr_const_MR_Object MR_std_shared_ptr_const_MR_Object; // Defined in `#include <MRCMisc/std_shared_ptr_const_MR_Object.h>`.
13typedef struct MR_std_vector_std_shared_ptr_MR_Object MR_std_vector_std_shared_ptr_MR_Object; // Defined in `#include <MRCMisc/std_vector_std_shared_ptr_MR_Object.h>`.
14typedef struct MR_std_vector_std_shared_ptr_MR_Object_const_iterator MR_std_vector_std_shared_ptr_MR_Object_const_iterator; // Defined in `#include <MRCMisc/std_vector_std_shared_ptr_MR_Object.h>`.
15
16
21
43
49
53
57
63
66
69
75
81
85
89
94
98
103
107
111
117
123
126
129
137
143
148
153
158
159#ifdef __cplusplus
160} // extern "C"
161#endif
struct MR_ConstChildren MR_ConstChildren
Definition MRAddVisualPropertiesMixin.h:21
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_ConstructFromAnother(const MR_ConstChildren_Iterator *_other)
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_shared_ptr_const_MR_Object * MR_deref_MR_ConstChildren_Iterator(const MR_ConstChildren_Iterator *_this)
MRC_API void MR_ConstChildren_Iterator_DestroyArray(const MR_ConstChildren_Iterator *_this)
Destroys a heap-allocated array of MR_ConstChildren_Iterator. Does nothing if the pointer is null.
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_AssignFromAnother(MR_ConstChildren_Iterator *_this, const MR_ConstChildren_Iterator *_other)
struct MR_std_shared_ptr_const_MR_Object MR_std_shared_ptr_const_MR_Object
Definition MRConstChildren.h:12
struct MR_ConstChildren_Iterator MR_ConstChildren_Iterator
Definition MRConstChildren.h:20
MRC_API bool MR_equal_MR_ConstChildren_Iterator(const MR_ConstChildren_Iterator *_this, const MR_ConstChildren_Iterator *_1)
MRC_API MR_std_shared_ptr_const_MR_Object * MR_ConstChildren_index(const MR_ConstChildren *_this, size_t i)
MRC_API size_t MR_ConstChildren_size(const MR_ConstChildren *_this)
MRC_API MR_ConstChildren * MR_ConstChildren_ConstructFromAnother(const MR_ConstChildren *_other)
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_Construct(const MR_std_vector_std_shared_ptr_MR_Object_const_iterator *it)
MRC_API void MR_ConstChildren_Destroy(const MR_ConstChildren *_this)
Destroys a heap-allocated instance of MR_ConstChildren. Does nothing if the pointer is null.
MRC_API void MR_ConstChildren_DestroyArray(const MR_ConstChildren *_this)
Destroys a heap-allocated array of MR_ConstChildren. Does nothing if the pointer is null.
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_end(const MR_ConstChildren *_this)
MRC_API MR_ConstChildren * MR_ConstChildren_Construct(const MR_std_vector_std_shared_ptr_MR_Object *children)
MRC_API void MR_ConstChildren_Iterator_Destroy(const MR_ConstChildren_Iterator *_this)
Destroys a heap-allocated instance of MR_ConstChildren_Iterator. Does nothing if the pointer is null.
MRC_API const MR_ConstChildren * MR_ConstChildren_OffsetPtr(const MR_ConstChildren *ptr, ptrdiff_t i)
MRC_API const MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_OffsetPtr(const MR_ConstChildren_Iterator *ptr, ptrdiff_t i)
struct MR_std_vector_std_shared_ptr_MR_Object_const_iterator MR_std_vector_std_shared_ptr_MR_Object_const_iterator
Definition MRConstChildren.h:14
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_begin(const MR_ConstChildren *_this)
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_DefaultConstruct(void)
MRC_API MR_ConstChildren * MR_ConstChildren_OffsetMutablePtr(MR_ConstChildren *ptr, ptrdiff_t i)
struct MR_std_vector_std_shared_ptr_MR_Object MR_std_vector_std_shared_ptr_MR_Object
Definition MRConstChildren.h:13
MRC_API MR_ConstChildren_Iterator * MR_post_incr_MR_ConstChildren_Iterator(MR_ConstChildren_Iterator *_this)
MRC_API MR_ConstChildren_Iterator * MR_incr_MR_ConstChildren_Iterator(MR_ConstChildren_Iterator *_this)
MRC_API MR_ConstChildren_Iterator * MR_ConstChildren_Iterator_OffsetMutablePtr(MR_ConstChildren_Iterator *ptr, ptrdiff_t i)
MRC_API bool MR_ConstChildren_empty(const MR_ConstChildren *_this)
#define MRC_API
Definition include/MRCMisc/exports.h:11