MeshLib C Docs
Loading...
Searching...
No Matches
MRProtectedRun.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
11typedef struct MR_std_function_void MR_std_function_void; // Defined in `#include <MRCMisc/std_function_void.h>`.
12
13
21
28
29#ifdef __cplusplus
30} // extern "C"
31#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:26
MRC_API MR_expected_void_std_string * MR_protectedRun(const MR_std_function_void *task)
MRC_API MR_std_function_void * MR_protectedFunc(MR_PassBy unprotectedFunc_pass_by, MR_std_function_void *unprotectedFunc)
struct MR_std_function_void MR_std_function_void
Definition MRProtectedRun.h:11
MR_PassBy
Definition common.h:23
#define MRC_API
Definition include/MRCMisc/exports.h:11