MeshLib C Docs
Loading...
Searching...
No Matches
expected_MR_ToolPathResult_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
10
extern
"C"
{
11
#endif
12
13
typedef
struct
MR_ToolPathResult
MR_ToolPathResult
;
// Defined in `#include <MRCVoxels/MRToolPath.h>`.
14
typedef
struct
MR_std_string
MR_std_string
;
// Defined in `#include <MRCMisc/std_string.h>`.
15
16
19
typedef
struct
MR_expected_MR_ToolPathResult_std_string
MR_expected_MR_ToolPathResult_std_string
;
20
23
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_DefaultConstruct
(
void
);
24
28
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_DefaultConstructArray
(
size_t
num_elems);
29
32
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_ConstructFromAnother
(
MR_PassBy
other_pass_by,
MR_expected_MR_ToolPathResult_std_string
*other);
33
36
MRC_API
void
MR_expected_MR_ToolPathResult_std_string_AssignFromAnother
(
MR_expected_MR_ToolPathResult_std_string
*_this,
MR_PassBy
other_pass_by,
MR_expected_MR_ToolPathResult_std_string
*other);
37
39
MRC_API
void
MR_expected_MR_ToolPathResult_std_string_Destroy
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
40
42
MRC_API
void
MR_expected_MR_ToolPathResult_std_string_DestroyArray
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
43
45
MRC_API
const
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_OffsetPtr
(
const
MR_expected_MR_ToolPathResult_std_string
*ptr, ptrdiff_t i);
46
48
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_OffsetMutablePtr
(
MR_expected_MR_ToolPathResult_std_string
*ptr, ptrdiff_t i);
49
52
MRC_API
bool
MR_expected_MR_ToolPathResult_std_string_Success
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
53
56
MRC_API
const
MR_ToolPathResult
*
MR_expected_MR_ToolPathResult_std_string_GetValue
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
57
60
MRC_API
const
MR_std_string
*
MR_expected_MR_ToolPathResult_std_string_GetError
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
61
64
MRC_API
MR_ToolPathResult
*
MR_expected_MR_ToolPathResult_std_string_GetMutableValue
(
MR_expected_MR_ToolPathResult_std_string
*_this);
65
68
MRC_API
MR_std_string
*
MR_expected_MR_ToolPathResult_std_string_GetMutableError
(
MR_expected_MR_ToolPathResult_std_string
*_this);
69
70
#ifdef __cplusplus
71
}
// extern "C"
72
#endif
MR_std_string
struct MR_std_string MR_std_string
Definition
MRCtm.h:32
common.h
MR_PassBy
MR_PassBy
Definition
common.h:23
MR_expected_MR_ToolPathResult_std_string_ConstructFromAnother
MRC_API MR_expected_MR_ToolPathResult_std_string * MR_expected_MR_ToolPathResult_std_string_ConstructFromAnother(MR_PassBy other_pass_by, MR_expected_MR_ToolPathResult_std_string *other)
MR_expected_MR_ToolPathResult_std_string_DefaultConstructArray
MRC_API MR_expected_MR_ToolPathResult_std_string * MR_expected_MR_ToolPathResult_std_string_DefaultConstructArray(size_t num_elems)
MR_expected_MR_ToolPathResult_std_string_AssignFromAnother
MRC_API void MR_expected_MR_ToolPathResult_std_string_AssignFromAnother(MR_expected_MR_ToolPathResult_std_string *_this, MR_PassBy other_pass_by, MR_expected_MR_ToolPathResult_std_string *other)
MR_ToolPathResult
struct MR_ToolPathResult MR_ToolPathResult
Definition
expected_MR_ToolPathResult_std_string.h:13
MR_expected_MR_ToolPathResult_std_string_OffsetPtr
MRC_API const MR_expected_MR_ToolPathResult_std_string * MR_expected_MR_ToolPathResult_std_string_OffsetPtr(const MR_expected_MR_ToolPathResult_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...
MR_expected_MR_ToolPathResult_std_string_DestroyArray
MRC_API void MR_expected_MR_ToolPathResult_std_string_DestroyArray(const MR_expected_MR_ToolPathResult_std_string *_this)
Destroys a heap-allocated array of MR_expected_MR_ToolPathResult_std_string. Does nothing if the poin...
MR_expected_MR_ToolPathResult_std_string_Destroy
MRC_API void MR_expected_MR_ToolPathResult_std_string_Destroy(const MR_expected_MR_ToolPathResult_std_string *_this)
Destroys a heap-allocated instance of MR_expected_MR_ToolPathResult_std_string. Does nothing if the p...
MR_expected_MR_ToolPathResult_std_string
struct MR_expected_MR_ToolPathResult_std_string MR_expected_MR_ToolPathResult_std_string
Definition
expected_MR_ToolPathResult_std_string.h:19
MR_expected_MR_ToolPathResult_std_string_GetError
MRC_API const MR_std_string * MR_expected_MR_ToolPathResult_std_string_GetError(const MR_expected_MR_ToolPathResult_std_string *_this)
MR_expected_MR_ToolPathResult_std_string_OffsetMutablePtr
MRC_API MR_expected_MR_ToolPathResult_std_string * MR_expected_MR_ToolPathResult_std_string_OffsetMutablePtr(MR_expected_MR_ToolPathResult_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...
MR_expected_MR_ToolPathResult_std_string_Success
MRC_API bool MR_expected_MR_ToolPathResult_std_string_Success(const MR_expected_MR_ToolPathResult_std_string *_this)
MR_expected_MR_ToolPathResult_std_string_DefaultConstruct
MRC_API MR_expected_MR_ToolPathResult_std_string * MR_expected_MR_ToolPathResult_std_string_DefaultConstruct(void)
MR_expected_MR_ToolPathResult_std_string_GetValue
MRC_API const MR_ToolPathResult * MR_expected_MR_ToolPathResult_std_string_GetValue(const MR_expected_MR_ToolPathResult_std_string *_this)
MR_expected_MR_ToolPathResult_std_string_GetMutableValue
MRC_API MR_ToolPathResult * MR_expected_MR_ToolPathResult_std_string_GetMutableValue(MR_expected_MR_ToolPathResult_std_string *_this)
MR_expected_MR_ToolPathResult_std_string_GetMutableError
MRC_API MR_std_string * MR_expected_MR_ToolPathResult_std_string_GetMutableError(MR_expected_MR_ToolPathResult_std_string *_this)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCMisc
expected_MR_ToolPathResult_std_string.h
Generated by
1.11.0