MeshLib C Docs
Loading...
Searching...
No Matches
std_pair_bool_int.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdbool.h>
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12
16
20
25
30
35
38
41
44
47
51
56
61
66
71
72#ifdef __cplusplus
73} // extern "C"
74#endif
struct MR_std_pair_bool_int MR_std_pair_bool_int
Definition MRHistoryAction.h:58
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_pair_bool_int_AssignFromAnother(MR_std_pair_bool_int *_this, const MR_std_pair_bool_int *other)
MRC_API MR_std_pair_bool_int * MR_std_pair_bool_int_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_pair_bool_int * MR_std_pair_bool_int_OffsetMutablePtr(MR_std_pair_bool_int *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_std_pair_bool_int * MR_std_pair_bool_int_Construct(bool first, int second)
MRC_API const bool * MR_std_pair_bool_int_First(const MR_std_pair_bool_int *_this)
MRC_API int * MR_std_pair_bool_int_MutableSecond(MR_std_pair_bool_int *_this)
MRC_API MR_std_pair_bool_int * MR_std_pair_bool_int_ConstructFromAnother(const MR_std_pair_bool_int *other)
MRC_API bool * MR_std_pair_bool_int_MutableFirst(MR_std_pair_bool_int *_this)
MRC_API const MR_std_pair_bool_int * MR_std_pair_bool_int_OffsetPtr(const MR_std_pair_bool_int *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 const int * MR_std_pair_bool_int_Second(const MR_std_pair_bool_int *_this)
MRC_API void MR_std_pair_bool_int_Destroy(const MR_std_pair_bool_int *_this)
Destroys a heap-allocated instance of MR_std_pair_bool_int. Does nothing if the pointer is null.
MRC_API void MR_std_pair_bool_int_DestroyArray(const MR_std_pair_bool_int *_this)
Destroys a heap-allocated array of MR_std_pair_bool_int. Does nothing if the pointer is null.
MRC_API MR_std_pair_bool_int * MR_std_pair_bool_int_DefaultConstruct(void)