struct MR_AABBTreePoints MR_AABBTreePoints
Definition MRAABBTreePoints.h:29
struct MR_std_function_MR_AABBTreePoints MR_std_function_MR_AABBTreePoints
Definition MRUniqueThreadSafeOwner.h:15
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_function_MR_AABBTreePoints_Assign(MR_std_function_MR_AABBTreePoints *_this, MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by))
MRC_API void MR_std_function_MR_AABBTreePoints_DestroyArray(const MR_std_function_MR_AABBTreePoints *_this)
Destroys a heap-allocated array of MR_std_function_MR_AABBTreePoints. Does nothing if the pointer is ...
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_MR_AABBTreePoints *other)
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_DefaultConstruct(void)
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_function_MR_AABBTreePoints_AssignWithDataPtr(MR_std_function_MR_AABBTreePoints *_this, MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by, void *_userdata), void *userdata, void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API void MR_std_function_MR_AABBTreePoints_AssignFromAnother(MR_std_function_MR_AABBTreePoints *_this, MR_PassBy other_pass_by, MR_std_function_MR_AABBTreePoints *other)
MRC_API const MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_OffsetPtr(const MR_std_function_MR_AABBTreePoints *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_std_function_MR_AABBTreePoints_Destroy(const MR_std_function_MR_AABBTreePoints *_this)
Destroys a heap-allocated instance of MR_std_function_MR_AABBTreePoints. Does nothing if the pointer ...
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_OffsetMutablePtr(MR_std_function_MR_AABBTreePoints *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...