MeshLib C Docs
Loading...
Searching...
No Matches
expected_MR_Nesting_NestingResult_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 <stdbool.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_Nesting_NestingResult MR_Nesting_NestingResult; // Defined in `#include <MRCMesh/MRNestingStructures.h>`.
14typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
15
16
20
24
29
35
41
44
47
51
55
59
64
69
74
79
80#ifdef __cplusplus
81} // extern "C"
82#endif
struct MR_std_string MR_std_string
Definition MRCtm.h:32
struct MR_Nesting_NestingResult MR_Nesting_NestingResult
Definition MRNestingStructures.h:19
MR_PassBy
Definition common.h:23
MRC_API MR_Nesting_NestingResult * MR_expected_MR_Nesting_NestingResult_std_string_value_mut(MR_expected_MR_Nesting_NestingResult_std_string *_this)
MRC_API void MR_expected_MR_Nesting_NestingResult_std_string_Destroy(const MR_expected_MR_Nesting_NestingResult_std_string *_this)
Destroys a heap-allocated instance of MR_expected_MR_Nesting_NestingResult_std_string....
MRC_API MR_expected_MR_Nesting_NestingResult_std_string * MR_expected_MR_Nesting_NestingResult_std_string_DefaultConstruct(void)
MRC_API void MR_expected_MR_Nesting_NestingResult_std_string_DestroyArray(const MR_expected_MR_Nesting_NestingResult_std_string *_this)
Destroys a heap-allocated array of MR_expected_MR_Nesting_NestingResult_std_string....
MRC_API MR_expected_MR_Nesting_NestingResult_std_string * MR_expected_MR_Nesting_NestingResult_std_string_ConstructFromAnother(MR_PassBy other_pass_by, MR_expected_MR_Nesting_NestingResult_std_string *other)
MRC_API const MR_expected_MR_Nesting_NestingResult_std_string * MR_expected_MR_Nesting_NestingResult_std_string_OffsetPtr(const MR_expected_MR_Nesting_NestingResult_std_string *ptr, ptrdiff_t i)
struct MR_expected_MR_Nesting_NestingResult_std_string MR_expected_MR_Nesting_NestingResult_std_string
Definition expected_MR_Nesting_NestingResult_std_string.h:19
MRC_API MR_expected_MR_Nesting_NestingResult_std_string * MR_expected_MR_Nesting_NestingResult_std_string_DefaultConstructArray(size_t num_elems)
MRC_API void MR_expected_MR_Nesting_NestingResult_std_string_AssignFromAnother(MR_expected_MR_Nesting_NestingResult_std_string *_this, MR_PassBy other_pass_by, MR_expected_MR_Nesting_NestingResult_std_string *other)
MRC_API MR_std_string * MR_expected_MR_Nesting_NestingResult_std_string_error_mut(MR_expected_MR_Nesting_NestingResult_std_string *_this)
MRC_API MR_expected_MR_Nesting_NestingResult_std_string * MR_expected_MR_Nesting_NestingResult_std_string_OffsetMutablePtr(MR_expected_MR_Nesting_NestingResult_std_string *ptr, ptrdiff_t i)
MRC_API const MR_std_string * MR_expected_MR_Nesting_NestingResult_std_string_error(const MR_expected_MR_Nesting_NestingResult_std_string *_this)
MRC_API bool MR_expected_MR_Nesting_NestingResult_std_string_success(const MR_expected_MR_Nesting_NestingResult_std_string *_this)
MRC_API const MR_Nesting_NestingResult * MR_expected_MR_Nesting_NestingResult_std_string_value(const MR_expected_MR_Nesting_NestingResult_std_string *_this)
#define MRC_API
Definition include/MRCMisc/exports.h:11