struct MR_NoInit MR_NoInit
Definition MRBox.h:15
MRC_API MR_NoInit * MR_NoInit_DefaultConstructArray(size_t num_elems)
MRC_API void MR_NoInit_DestroyArray(const MR_NoInit *_this)
Destroys a heap-allocated array of MR_NoInit. Does nothing if the pointer is null.
MRC_API const char * MR_Locale_translate_noop_2(const char *ctx, const char *str)
Generated from function MR::Locale::translate_noop.
MRC_API const MR_NoInit * MR_NoInit_OffsetPtr(const MR_NoInit *ptr, ptrdiff_t i)
MRC_API MR_NoInit * MR_NoInit_OffsetMutablePtr(MR_NoInit *ptr, ptrdiff_t i)
MRC_API const char * MR_Locale_translate_noop_4(const char *ctx, const char *single, const char *plural, MR_int64_t n)
Generated from function MR::Locale::translate_noop.
MRC_API MR_NoInit * MR_NoInit_DefaultConstruct(void)
MRC_API const char * MR_Locale_translate_noop_3(const char *single, const char *plural, MR_int64_t n)
Generated from function MR::Locale::translate_noop.
MRC_API const char * MR_Locale_translate_noop_1(const char *str)
MRC_API void MR_NoInit_Destroy(const MR_NoInit *_this)
Destroys a heap-allocated instance of MR_NoInit. Does nothing if the pointer is null.
MRC_API MR_NoInit * MR_NoInit_ConstructFromAnother(const MR_NoInit *_other)
MRC_API MR_NoInit * MR_NoInit_AssignFromAnother(MR_NoInit *_this, const MR_NoInit *_other)
int64_t MR_int64_t
Definition common.h:17
#define MRC_API
Definition include/MRCMisc/exports.h:11