Go to the source code of this file.
Typedefs | |
| typedef struct MR_ObjectTagEventDispatcher | MR_ObjectTagEventDispatcher |
Functions | |
| MRC_API MR_ObjectTagEventDispatcher * | MR_ObjectTagEventDispatcher_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ObjectTagEventDispatcher *_other) |
| 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 pointer points to an array element. | |
| 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 pointer points to an array element. | |
| MRC_API void | MR_ObjectTagEventDispatcher_Destroy (const MR_ObjectTagEventDispatcher *_this) |
Destroys a heap-allocated instance of MR_ObjectTagEventDispatcher. Does nothing if the pointer is null. | |
| 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 MR_ObjectTagEventDispatcher * | MR_ObjectTagEventDispatcher_instance (void) |
| typedef struct MR_ObjectTagEventDispatcher MR_ObjectTagEventDispatcher |
class for dispatching object tag addition/removal events Generated from class MR::ObjectTagEventDispatcher. Supported MR_PassBy modes: MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
| MRC_API MR_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_AssignFromAnother | ( | MR_ObjectTagEventDispatcher * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ObjectTagEventDispatcher * | _other ) |
Generated from method MR::ObjectTagEventDispatcher::operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_ObjectTagEventDispatcher * MR_ObjectTagEventDispatcher_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ObjectTagEventDispatcher * | _other ) |
Generated from constructor MR::ObjectTagEventDispatcher::ObjectTagEventDispatcher. Never returns null. Returns an instance allocated on the heap! Must call MR_ObjectTagEventDispatcher_Destroy() to free it when you're done using it.
| MRC_API void MR_ObjectTagEventDispatcher_Destroy | ( | const MR_ObjectTagEventDispatcher * | _this | ) |
Destroys a heap-allocated instance of MR_ObjectTagEventDispatcher. Does nothing if the pointer is null.
| 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_instance | ( | void | ) |
returns singleton instance Generated from method MR::ObjectTagEventDispatcher::instance. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| 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 pointer points to an array element.
| 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 pointer points to an array element.