MeshLib C Docs
Loading...
Searching...
No Matches
std_optional_MR_ObjectComparableWithReference_ComparableProperty.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stddef.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_ObjectComparableWithReference_ComparableProperty MR_ObjectComparableWithReference_ComparableProperty; // Defined in `#include <MRCMesh/MRObjectComparableWithReference.h>`.
12
13
17
21
26
31
37
42
48
51
54
57
60
64
68
69#ifdef __cplusplus
70} // extern "C"
71#endif
struct MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty
Definition MRDistanceMeasurementObject.h:21
struct MR_ObjectComparableWithReference_ComparableProperty MR_ObjectComparableWithReference_ComparableProperty
Generated from class MR::ObjectComparableWithReference::ComparableProperty.
Definition MRObjectComparableWithReference.h:31
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_DestroyArray(const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *_this)
Destroys a heap-allocated array of MR_std_optional_MR_ObjectComparableWithReference_ComparablePropert...
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_ConstructFromAnother(const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *other)
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_OffsetMutablePtr(MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *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 void MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_AssignFrom(MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *_this, const MR_ObjectComparableWithReference_ComparableProperty *other)
MRC_API const MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_Value(const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *_this)
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_ConstructFrom(const MR_ObjectComparableWithReference_ComparableProperty *other)
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_AssignFromAnother(MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *_this, const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *other)
MRC_API const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_OffsetPtr(const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *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 void MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_Destroy(const MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *_this)
Destroys a heap-allocated instance of MR_std_optional_MR_ObjectComparableWithReference_ComparableProp...
MRC_API MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_MutableValue(MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty *_this)
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty_DefaultConstruct(void)