struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
MRC_API MR_std_function_bool_from_float * MR_std_function_bool_from_float_DefaultConstruct(void)
MRC_API void MR_std_function_bool_from_float_DestroyArray(const MR_std_function_bool_from_float *_this)
Destroys a heap-allocated array of MR_std_function_bool_from_float. Does nothing if the pointer is nu...
MRC_API void MR_std_function_bool_from_float_Assign(MR_std_function_bool_from_float *_this, bool(*func)(float _1))
MRC_API void MR_std_function_bool_from_float_AssignWithDataPtr(MR_std_function_bool_from_float *_this, bool(*func)(float _1, void *_userdata), void *userdata, void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API MR_std_function_bool_from_float * MR_std_function_bool_from_float_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_function_bool_from_float * MR_std_function_bool_from_float_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_bool_from_float *other)
MRC_API void MR_std_function_bool_from_float_AssignFromAnother(MR_std_function_bool_from_float *_this, MR_PassBy other_pass_by, MR_std_function_bool_from_float *other)
MRC_API MR_std_function_bool_from_float * MR_std_function_bool_from_float_OffsetMutablePtr(MR_std_function_bool_from_float *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_bool_from_float_Destroy(const MR_std_function_bool_from_float *_this)
Destroys a heap-allocated instance of MR_std_function_bool_from_float. Does nothing if the pointer is...
MRC_API const MR_std_function_bool_from_float * MR_std_function_bool_from_float_OffsetPtr(const MR_std_function_bool_from_float *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...