MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshFwd.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
15typedef struct MR_NoInit MR_NoInit;
16
20
25
28MRC_API const MR_NoInit *MR_NoInit_OffsetPtr(const MR_NoInit *ptr, ptrdiff_t i);
29
33
39
42
45
53
56MRC_API const char *MR_Locale_translate_noop_1(const char *str);
57
59MRC_API const char *MR_Locale_translate_noop_2(const char *ctx, const char *str);
60
62MRC_API const char *MR_Locale_translate_noop_3(const char *single, const char *plural, MR_int64_t n);
63
65MRC_API const char *MR_Locale_translate_noop_4(const char *ctx, const char *single, const char *plural, MR_int64_t n);
66
67#ifdef __cplusplus
68} // extern "C"
69#endif
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