MeshLib C Docs
Loading...
Searching...
No Matches
MRObjectFactory.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stddef.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object; // Defined in `#include <MRCMisc/std_shared_ptr_MR_Object.h>`.
12typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
13
14
17
23
26
29
32
35
36#ifdef __cplusplus
37} // extern "C"
38#endif
struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
Definition MRAngleMeasurementObject.h:18
struct MR_std_string MR_std_string
Definition MRE57.h:22
MRC_API void MR_ObjectFactoryBase_DestroyArray(const MR_ObjectFactoryBase *_this)
Destroys a heap-allocated array of MR_ObjectFactoryBase. Does nothing if the pointer is null.
MRC_API const MR_ObjectFactoryBase * MR_ObjectFactoryBase_OffsetPtr(const MR_ObjectFactoryBase *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_ObjectFactoryBase * MR_ObjectFactoryBase_OffsetMutablePtr(MR_ObjectFactoryBase *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_ObjectFactoryBase_Destroy(const MR_ObjectFactoryBase *_this)
Destroys a heap-allocated instance of MR_ObjectFactoryBase. Does nothing if the pointer is null.
MRC_API MR_std_shared_ptr_MR_Object * MR_createObject(const MR_std_string *className)
struct MR_ObjectFactoryBase MR_ObjectFactoryBase
Generated from class MR::ObjectFactoryBase.
Definition MRObjectFactory.h:16
#define MRC_API
Definition exports.h:11