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 <stddef.h>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
typedef
struct
MR_ToolPathResult
MR_ToolPathResult
;
// Defined in `#include <MRCVoxels/MRToolPath.h>`.
13
typedef
struct
MR_std_string
MR_std_string
;
// Defined in `#include <MRCMisc/std_string.h>`.
14
15
18
typedef
struct
MR_expected_MR_ToolPathResult_std_string
MR_expected_MR_ToolPathResult_std_string
;
19
22
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_DefaultConstruct
(
void
);
23
27
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_DefaultConstructArray
(
size_t
num_elems);
28
31
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);
32
35
MRC_API
MR_expected_MR_ToolPathResult_std_string
*
MR_expected_MR_ToolPathResult_std_string_ConstructFrom
(
MR_PassBy
other_pass_by,
MR_expected_MR_ToolPathResult_std_string
*other);
36
39
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);
40
43
MRC_API
void
MR_expected_MR_ToolPathResult_std_string_AssignFrom
(
MR_expected_MR_ToolPathResult_std_string
*_this,
MR_PassBy
other_pass_by,
MR_expected_MR_ToolPathResult_std_string
*other);
44
46
MRC_API
void
MR_expected_MR_ToolPathResult_std_string_Destroy
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
47
49
MRC_API
void
MR_expected_MR_ToolPathResult_std_string_DestroyArray
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
50
52
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);
53
55
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);
56
59
MRC_API
const
MR_ToolPathResult
*
MR_expected_MR_ToolPathResult_std_string_GetValue
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
60
63
MRC_API
const
MR_std_string
*
MR_expected_MR_ToolPathResult_std_string_GetError
(
const
MR_expected_MR_ToolPathResult_std_string
*_this);
64
67
MRC_API
MR_ToolPathResult
*
MR_expected_MR_ToolPathResult_std_string_GetMutableValue
(
MR_expected_MR_ToolPathResult_std_string
*_this);
68
71
MRC_API
MR_std_string
*
MR_expected_MR_ToolPathResult_std_string_GetMutableError
(
MR_expected_MR_ToolPathResult_std_string
*_this);
72
73
#ifdef __cplusplus
74
}
// extern "C"
75
#endif
MR_std_string
struct MR_std_string MR_std_string
Definition
MRE57.h:22
common.h
MR_PassBy
MR_PassBy
Definition
common.h:19
MR_expected_MR_ToolPathResult_std_string_ConstructFrom
MRC_API MR_expected_MR_ToolPathResult_std_string * MR_expected_MR_ToolPathResult_std_string_ConstructFrom(MR_PassBy other_pass_by, MR_expected_MR_ToolPathResult_std_string *other)
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:12
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_AssignFrom
MRC_API void MR_expected_MR_ToolPathResult_std_string_AssignFrom(MR_expected_MR_ToolPathResult_std_string *_this, MR_PassBy other_pass_by, MR_expected_MR_ToolPathResult_std_string *other)
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:18
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_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