MeshLib C Docs
Loading...
Searching...
No Matches
MRParallel.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stddef.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11
15
19
23
28
32
36
42
45
48
56
60
65
69
73
79
82
85
93
98
99#ifdef __cplusplus
100} // extern "C"
101#endif
MRC_API void MR_Parallel_CallSimply_DestroyArray(const MR_Parallel_CallSimply *_this)
Destroys a heap-allocated array of MR_Parallel_CallSimply. Does nothing if the pointer is null.
MRC_API MR_Parallel_CallSimplyMaker * MR_Parallel_CallSimplyMaker_AssignFromAnother(MR_Parallel_CallSimplyMaker *_this, const MR_Parallel_CallSimplyMaker *_other)
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimply_ConstructFromAnother(const MR_Parallel_CallSimply *_other)
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimply_DefaultConstructArray(size_t num_elems)
MRC_API MR_Parallel_CallSimplyMaker * MR_Parallel_CallSimplyMaker_ConstructFromAnother(const MR_Parallel_CallSimplyMaker *_other)
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimplyMaker_call(const MR_Parallel_CallSimplyMaker *_this)
MRC_API MR_Parallel_CallSimplyMaker * MR_Parallel_CallSimplyMaker_DefaultConstruct(void)
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimply_AssignFromAnother(MR_Parallel_CallSimply *_this, const MR_Parallel_CallSimply *_other)
MRC_API const MR_Parallel_CallSimplyMaker * MR_Parallel_CallSimplyMaker_OffsetPtr(const MR_Parallel_CallSimplyMaker *ptr, ptrdiff_t i)
struct MR_Parallel_CallSimply MR_Parallel_CallSimply
Definition MRParallel.h:14
MRC_API const MR_Parallel_CallSimply * MR_Parallel_CallSimply_OffsetPtr(const MR_Parallel_CallSimply *ptr, ptrdiff_t i)
MRC_API void MR_Parallel_CallSimplyMaker_DestroyArray(const MR_Parallel_CallSimplyMaker *_this)
Destroys a heap-allocated array of MR_Parallel_CallSimplyMaker. Does nothing if the pointer is null.
MRC_API MR_Parallel_CallSimplyMaker * MR_Parallel_CallSimplyMaker_DefaultConstructArray(size_t num_elems)
MRC_API void MR_Parallel_CallSimply_Destroy(const MR_Parallel_CallSimply *_this)
Destroys a heap-allocated instance of MR_Parallel_CallSimply. Does nothing if the pointer is null.
MRC_API void MR_Parallel_CallSimplyMaker_Destroy(const MR_Parallel_CallSimplyMaker *_this)
Destroys a heap-allocated instance of MR_Parallel_CallSimplyMaker. Does nothing if the pointer is nul...
struct MR_Parallel_CallSimplyMaker MR_Parallel_CallSimplyMaker
Definition MRParallel.h:18
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimply_DefaultConstruct(void)
MRC_API MR_Parallel_CallSimplyMaker * MR_Parallel_CallSimplyMaker_OffsetMutablePtr(MR_Parallel_CallSimplyMaker *ptr, ptrdiff_t i)
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimply_OffsetMutablePtr(MR_Parallel_CallSimply *ptr, ptrdiff_t i)
#define MRC_API
Definition exports.h:11