struct MR_std_string MR_std_string
Definition MRE57.h:22
MRC_API void MR_IOFilter_Destroy(const MR_IOFilter *_this)
Destroys a heap-allocated instance of MR_IOFilter. Does nothing if the pointer is null.
MRC_API MR_IOFilter * MR_IOFilter_DefaultConstructArray(size_t num_elems)
MRC_API MR_IOFilter * MR_IOFilter_ConstructFromAnother(MR_PassBy _other_pass_by, MR_IOFilter *_other)
MRC_API MR_IOFilter * MR_IOFilter_OffsetMutablePtr(MR_IOFilter *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_IOFilter_Set_extensions(MR_IOFilter *_this, const char *value, const char *value_end)
MRC_API MR_std_optional_MR_IOFilter * MR_findFilter(const MR_std_vector_MR_IOFilter *filters, const MR_std_string *extension)
MRC_API const MR_IOFilter * MR_IOFilter_OffsetPtr(const MR_IOFilter *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_string * MR_IOFilter_GetMutable_extensions(MR_IOFilter *_this)
MRC_API bool MR_IOFilter_isSupportedExtension(const MR_IOFilter *_this, const MR_std_string *ext)
MRC_API MR_IOFilter * MR_IOFilter_DefaultConstruct(void)
struct MR_std_optional_MR_IOFilter MR_std_optional_MR_IOFilter
Definition MRIOFilters.h:13
MRC_API void MR_IOFilter_Set_name(MR_IOFilter *_this, const char *value, const char *value_end)
MRC_API MR_IOFilter * MR_IOFilter_AssignFromAnother(MR_IOFilter *_this, MR_PassBy _other_pass_by, MR_IOFilter *_other)
MRC_API MR_IOFilter * MR_IOFilter_Construct(const char *_name, const char *_name_end, const char *_ext, const char *_ext_end)
MRC_API MR_std_vector_MR_IOFilter * MR_bitor_std_vector_MR_IOFilter(const MR_std_vector_MR_IOFilter *a, const MR_std_vector_MR_IOFilter *b)
struct MR_IOFilter MR_IOFilter
Generated from class MR::IOFilter.
Definition MRIOFilters.h:19
MRC_API void MR_IOFilter_DestroyArray(const MR_IOFilter *_this)
Destroys a heap-allocated array of MR_IOFilter. Does nothing if the pointer is null.
MRC_API MR_std_string * MR_IOFilter_GetMutable_name(MR_IOFilter *_this)
MRC_API const MR_std_string * MR_IOFilter_Get_name(const MR_IOFilter *_this)
struct MR_std_vector_MR_IOFilter MR_std_vector_MR_IOFilter
Definition MRIOFilters.h:15
MRC_API const MR_std_string * MR_IOFilter_Get_extensions(const MR_IOFilter *_this)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11