#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. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_div_MR_UniqueTemporaryFolder_std_filesystem_path()
Generated from method MR::UniqueTemporaryFolder::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_AssignFromAnother()
Generated from method MR::UniqueTemporaryFolder::operator=. 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_Construct()
◆ MR_UniqueTemporaryFolder_ConstructFromAnother()
◆ MR_UniqueTemporaryFolder_ConvertTo_bool()
Generated from conversion operator MR::UniqueTemporaryFolder::operator bool. Parameter _this can not be null. It is a single object.
◆ MR_UniqueTemporaryFolder_ConvertTo_const_std_filesystem_path_ref()
Generated from conversion operator MR::UniqueTemporaryFolder::operator 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.