MeshLib C Docs
Loading...
Searching...
No Matches
MRObjectTagEventDispatcher.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12
16
20
23
26
29
32
37
42
43#ifdef __cplusplus
44} // extern "C"
45#endif
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