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