struct MR_ObjectTagEventDispatcher MR_ObjectTagEventDispatcher
Definition MRObjectTagEventDispatcher.h:15
MRC_API void MR_ObjectTagEventDispatcher_DestroyArray(const MR_ObjectTagEventDispatcher *_this)
Destroys a heap-allocated array of MR_ObjectTagEventDispatcher. Does nothing if the pointer is null.
MRC_API MR_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_AssignFromAnother(MR_ObjectTagEventDispatcher *_this, MR_PassBy _other_pass_by, MR_ObjectTagEventDispatcher *_other)
MRC_API void MR_ObjectTagEventDispatcher_Destroy(const MR_ObjectTagEventDispatcher *_this)
Destroys a heap-allocated instance of MR_ObjectTagEventDispatcher. Does nothing if the pointer is nul...
MRC_API MR_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_instance(void)
MRC_API const MR_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_OffsetPtr(const MR_ObjectTagEventDispatcher *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_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ObjectTagEventDispatcher *_other)
MRC_API MR_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_OffsetMutablePtr(MR_ObjectTagEventDispatcher *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11