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
14
17
21
26
29
32
37
40
43
49
53
58
61
64
69
72
75
81
86
87#ifdef __cplusplus
88} // extern "C"
89#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)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
struct MR_Parallel_CallSimply MR_Parallel_CallSimply
Generated from class MR::Parallel::CallSimply.
Definition MRParallel.h:13
MRC_API const MR_Parallel_CallSimply * MR_Parallel_CallSimply_OffsetPtr(const MR_Parallel_CallSimply *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_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
Generated from class MR::Parallel::CallSimplyMaker.
Definition MRParallel.h:16
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)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_Parallel_CallSimply * MR_Parallel_CallSimply_OffsetMutablePtr(MR_Parallel_CallSimply *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
#define MRC_API
Definition exports.h:11