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