#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_std_filesystem_path
◆ MR_std_function_void_from_const_std_filesystem_path_ref
◆ MR_UniqueTemporaryFolder
helper class to create a temporary folder; the folder will be removed on the object's destruction Generated from class MR::UniqueTemporaryFolder.
◆ MR_div_MR_UniqueTemporaryFolder_std_filesystem_path()
Generated from a method of class MR::UniqueTemporaryFolder named operator/. Parameter _this can not be null. It is a single object. Parameter child is a UTF-8 encoded filesystem path. Never returns null. Returns an instance allocated on the heap! Must call MR_std_filesystem_path_Destroy() to free it when you're done using it.
◆ MR_UniqueTemporaryFolder_Construct()
creates new folder in temp directory Generated from a constructor of class MR::UniqueTemporaryFolder. Parameter onPreTempFolderDelete has a default argument: {}, pass MR_PassBy_DefaultArgument and a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_UniqueTemporaryFolder_Destroy() to free it when you're done using it.
◆ MR_UniqueTemporaryFolder_ConvertTo_bool()
Generated from a conversion operator of class MR::UniqueTemporaryFolder to type bool. Parameter _this can not be null. It is a single object.
◆ MR_UniqueTemporaryFolder_ConvertTo_const_std_filesystem_path_ref()
Generated from a conversion operator of class MR::UniqueTemporaryFolder to type const std::filesystem::path &. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_UniqueTemporaryFolder_DefaultConstructArray()
◆ MR_UniqueTemporaryFolder_Destroy()
Destroys a heap-allocated instance of MR_UniqueTemporaryFolder. Does nothing if the pointer is null.
◆ MR_UniqueTemporaryFolder_DestroyArray()
Destroys a heap-allocated array of MR_UniqueTemporaryFolder. Does nothing if the pointer is null.
◆ MR_UniqueTemporaryFolder_OffsetMutablePtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_UniqueTemporaryFolder_OffsetPtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.