MeshLib C Docs
Loading...
Searching...
No Matches
MRUniqueTemporaryFolder.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
10extern "C" {
11#endif
12
13typedef struct MR_std_filesystem_path MR_std_filesystem_path; // Defined in `#include <MRCMisc/std_filesystem_path.h>`.
14typedef struct MR_std_function_void_from_const_std_filesystem_path_ref MR_std_function_void_from_const_std_filesystem_path_ref; // Defined in `#include <MRCMisc/std_function_void_from_const_std_filesystem_path_ref.h>`.
15
16
20
25
28
31
34
37
41
46
52
53#ifdef __cplusplus
54} // extern "C"
55#endif
struct MR_std_function_void_from_const_std_filesystem_path_ref MR_std_function_void_from_const_std_filesystem_path_ref
Definition MRObjectLoad.h:20
struct MR_std_filesystem_path MR_std_filesystem_path
Definition MRSceneRoot.h:15
MRC_API MR_UniqueTemporaryFolder * MR_UniqueTemporaryFolder_Construct(MR_PassBy onPreTempFolderDelete_pass_by, MR_std_function_void_from_const_std_filesystem_path_ref *onPreTempFolderDelete)
MRC_API const MR_UniqueTemporaryFolder * MR_UniqueTemporaryFolder_OffsetPtr(const MR_UniqueTemporaryFolder *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_UniqueTemporaryFolder MR_UniqueTemporaryFolder
Definition MRUniqueTemporaryFolder.h:19
MRC_API MR_UniqueTemporaryFolder * MR_UniqueTemporaryFolder_OffsetMutablePtr(MR_UniqueTemporaryFolder *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 MR_std_filesystem_path * MR_div_MR_UniqueTemporaryFolder_std_filesystem_path(const MR_UniqueTemporaryFolder *_this, const char *child, const char *child_end)
MRC_API void MR_UniqueTemporaryFolder_DestroyArray(const MR_UniqueTemporaryFolder *_this)
Destroys a heap-allocated array of MR_UniqueTemporaryFolder. Does nothing if the pointer is null.
MRC_API const MR_std_filesystem_path * MR_UniqueTemporaryFolder_ConvertTo_const_std_filesystem_path_ref(const MR_UniqueTemporaryFolder *_this)
MRC_API bool MR_UniqueTemporaryFolder_ConvertTo_bool(const MR_UniqueTemporaryFolder *_this)
MRC_API void MR_UniqueTemporaryFolder_Destroy(const MR_UniqueTemporaryFolder *_this)
Destroys a heap-allocated instance of MR_UniqueTemporaryFolder. Does nothing if the pointer is null.
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11