MeshLib C Docs
Loading...
Searching...
No Matches
MRCombinedHistoryAction.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stdbool.h>
8#include <stddef.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef struct MR_HistoryAction MR_HistoryAction; // Defined in `#include <MRCMesh/MRHistoryAction.h>`.
15typedef struct MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref; // Defined in `#include <MRCMisc/std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref.h>`.
16typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
17typedef struct MR_std_vector_std_shared_ptr_MR_HistoryAction MR_std_vector_std_shared_ptr_MR_HistoryAction; // Defined in `#include <MRCMisc/std_vector_std_shared_ptr_MR_HistoryAction.h>`.
18
19
26
30
33
36
40
43
50
53
56
61
66
70
75
80
86
90
94
95#ifdef __cplusplus
96} // extern "C"
97#endif
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:15
struct MR_std_vector_std_shared_ptr_MR_HistoryAction MR_std_vector_std_shared_ptr_MR_HistoryAction
Definition MRCombinedHistoryAction.h:17
MRC_API MR_CombinedHistoryAction * MR_CombinedHistoryAction_OffsetMutablePtr(MR_CombinedHistoryAction *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
struct MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref
Definition MRCombinedHistoryAction.h:15
MRC_API const MR_CombinedHistoryAction * MR_CombinedHistoryAction_OffsetPtr(const MR_CombinedHistoryAction *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_CombinedHistoryAction_DestroyArray(const MR_CombinedHistoryAction *_this)
Destroys a heap-allocated array of MR_CombinedHistoryAction. Does nothing if the pointer is null.
MRC_API MR_CombinedHistoryAction * MR_CombinedHistoryAction_Construct(const MR_std_string *name, const MR_std_vector_std_shared_ptr_MR_HistoryAction *actions)
MRC_API MR_std_string * MR_CombinedHistoryAction_name(const MR_CombinedHistoryAction *_this)
MRC_API const MR_std_vector_std_shared_ptr_MR_HistoryAction * MR_CombinedHistoryAction_getStack_const(const MR_CombinedHistoryAction *_this)
MRC_API bool MR_CombinedHistoryAction_empty(const MR_CombinedHistoryAction *_this)
MRC_API bool MR_CombinedHistoryAction_filter(MR_CombinedHistoryAction *_this, MR_PassBy filteringCondition_pass_by, MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref *filteringCondition)
MRC_API MR_HistoryAction * MR_CombinedHistoryAction_MutableUpcastTo_MR_HistoryAction(MR_CombinedHistoryAction *object)
Upcasts an instance of MR::CombinedHistoryAction to its base class MR::HistoryAction.
MRC_API MR_uint64_t MR_CombinedHistoryAction_heapBytes(const MR_CombinedHistoryAction *_this)
MRC_API const MR_HistoryAction * MR_CombinedHistoryAction_UpcastTo_MR_HistoryAction(const MR_CombinedHistoryAction *object)
MRC_API void MR_CombinedHistoryAction_action(MR_CombinedHistoryAction *_this, MR_HistoryAction_Type type)
struct MR_CombinedHistoryAction MR_CombinedHistoryAction
Definition MRCombinedHistoryAction.h:25
MRC_API MR_CombinedHistoryAction * MR_CombinedHistoryAction_ConstructFromAnother(MR_PassBy _other_pass_by, MR_CombinedHistoryAction *_other)
MRC_API void MR_CombinedHistoryAction_Destroy(const MR_CombinedHistoryAction *_this)
Destroys a heap-allocated instance of MR_CombinedHistoryAction. Does nothing if the pointer is null.
MRC_API MR_CombinedHistoryAction * MR_CombinedHistoryAction_AssignFromAnother(MR_CombinedHistoryAction *_this, MR_PassBy _other_pass_by, MR_CombinedHistoryAction *_other)
MRC_API MR_std_vector_std_shared_ptr_MR_HistoryAction * MR_CombinedHistoryAction_getStack(MR_CombinedHistoryAction *_this)
struct MR_std_string MR_std_string
Definition MRE57.h:22
int32_t MR_HistoryAction_Type
Definition MRHistoryAction.h:112
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11
virtual std::string name() const override