MeshLib C Docs
Loading...
Searching...
No Matches
expected_std_vector_MR_FaceFace_std_string.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
12typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
13typedef struct MR_std_vector_MR_FaceFace MR_std_vector_MR_FaceFace; // Defined in `#include <MRCMisc/std_vector_MR_FaceFace.h>`.
14
15
19
23
28
32
36
40
44
47
50
53
56
60
64
68
72
73#ifdef __cplusplus
74} // extern "C"
75#endif
struct MR_std_string MR_std_string
Definition MRE57.h:22
struct MR_std_vector_MR_FaceFace MR_std_vector_MR_FaceFace
Definition MRMeshCollide.h:22
struct MR_expected_std_vector_MR_FaceFace_std_string MR_expected_std_vector_MR_FaceFace_std_string
Definition MRMeshCollide.h:19
MR_PassBy
Definition common.h:19
MRC_API void MR_expected_std_vector_MR_FaceFace_std_string_AssignFromAnother(MR_expected_std_vector_MR_FaceFace_std_string *_this, MR_PassBy other_pass_by, MR_expected_std_vector_MR_FaceFace_std_string *other)
MRC_API void MR_expected_std_vector_MR_FaceFace_std_string_Destroy(const MR_expected_std_vector_MR_FaceFace_std_string *_this)
Destroys a heap-allocated instance of MR_expected_std_vector_MR_FaceFace_std_string....
MRC_API const MR_std_string * MR_expected_std_vector_MR_FaceFace_std_string_GetError(const MR_expected_std_vector_MR_FaceFace_std_string *_this)
MRC_API MR_expected_std_vector_MR_FaceFace_std_string * MR_expected_std_vector_MR_FaceFace_std_string_ConstructFromAnother(MR_PassBy other_pass_by, MR_expected_std_vector_MR_FaceFace_std_string *other)
MRC_API MR_expected_std_vector_MR_FaceFace_std_string * MR_expected_std_vector_MR_FaceFace_std_string_DefaultConstructArray(size_t num_elems)
MRC_API const MR_expected_std_vector_MR_FaceFace_std_string * MR_expected_std_vector_MR_FaceFace_std_string_OffsetPtr(const MR_expected_std_vector_MR_FaceFace_std_string *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_expected_std_vector_MR_FaceFace_std_string_DestroyArray(const MR_expected_std_vector_MR_FaceFace_std_string *_this)
Destroys a heap-allocated array of MR_expected_std_vector_MR_FaceFace_std_string. Does nothing if the...
MRC_API const MR_std_vector_MR_FaceFace * MR_expected_std_vector_MR_FaceFace_std_string_GetValue(const MR_expected_std_vector_MR_FaceFace_std_string *_this)
MRC_API MR_expected_std_vector_MR_FaceFace_std_string * MR_expected_std_vector_MR_FaceFace_std_string_ConstructFrom(MR_PassBy other_pass_by, MR_expected_std_vector_MR_FaceFace_std_string *other)
MRC_API MR_expected_std_vector_MR_FaceFace_std_string * MR_expected_std_vector_MR_FaceFace_std_string_DefaultConstruct(void)
MRC_API MR_expected_std_vector_MR_FaceFace_std_string * MR_expected_std_vector_MR_FaceFace_std_string_OffsetMutablePtr(MR_expected_std_vector_MR_FaceFace_std_string *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_expected_std_vector_MR_FaceFace_std_string_AssignFrom(MR_expected_std_vector_MR_FaceFace_std_string *_this, MR_PassBy other_pass_by, MR_expected_std_vector_MR_FaceFace_std_string *other)
MRC_API MR_std_vector_MR_FaceFace * MR_expected_std_vector_MR_FaceFace_std_string_GetMutableValue(MR_expected_std_vector_MR_FaceFace_std_string *_this)
MRC_API MR_std_string * MR_expected_std_vector_MR_FaceFace_std_string_GetMutableError(MR_expected_std_vector_MR_FaceFace_std_string *_this)
#define MRC_API
Definition exports.h:11