Go to the source code of this file.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_MR_EdgePoint | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this, |
| const MR_EdgePoint * | value ) |
Assigns to the variant, making it store the element 2, of type MR::EdgePoint. Parameter _this can not be null. It is a single object. Parameter value can not be null. It is a single object. The reference to the parameter value might be preserved in this object. When this function is called, this object will drop any object references it held previously.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_MR_MeshTriPoint | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this, |
| const MR_MeshTriPoint * | value ) |
Assigns to the variant, making it store the element 1, of type MR::MeshTriPoint. Parameter _this can not be null. It is a single object. Parameter value can not be null. It is a single object. The reference to the parameter value might be preserved in this object. When this function is called, this object will drop any object references it held previously.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_MR_VertId | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this, |
| MR_VertId | value ) |
Assigns to the variant, making it store the element 3, of type MR::VertId. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object. When this function is called, this object will drop any object references it held previously.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_std_monostate | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Assigns to the variant, making it store the element 0, of type std::monostate. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object. When this function is called, this object will drop any object references it held previously.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignFromAnother | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this, |
| const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | other ) |
Assigns the contents from another instance. Both objects remain alive after the call. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object. The reference to the parameter other might be preserved in this object. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_MR_EdgePoint | ( | const MR_EdgePoint * | value | ) |
Constructs the variant storing the element 2, of type MR::EdgePoint. Parameter value can not be null. It is a single object. The reference to the parameter value might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_MR_MeshTriPoint | ( | const MR_MeshTriPoint * | value | ) |
Constructs the variant storing the element 1, of type MR::MeshTriPoint. Parameter value can not be null. It is a single object. The reference to the parameter value might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_MR_VertId | ( | MR_VertId | value | ) |
Constructs the variant storing the element 3, of type MR::VertId. The reference to the parameter value might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_std_monostate | ( | void | ) |
Constructs the variant storing the element 0, of type std::monostate. The reference to the parameter value might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructFromAnother | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | other | ) |
Constructs a copy of another instance. The source remains alive. Parameter other can not be null. It is a single object. The reference to the parameter other might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy() to free it when you're done using it.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DefaultConstructArray | ( | size_t | num_elems | ) |
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DestroyArray(). Use MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_OffsetMutablePtr() and MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_OffsetPtr() to access the array elements.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Destroys a heap-allocated instance of MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId. Does nothing if the pointer is null.
| MRC_API void MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DestroyArray | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Destroys a heap-allocated array of MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId. Does nothing if the pointer is null.
| MRC_API const MR_EdgePoint * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_MR_EdgePoint | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 2, of type MR::EdgePoint, read-only. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API MR_EdgePoint * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_MR_EdgePoint_mut | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 2, of type MR::EdgePoint, mutable. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API const MR_MeshTriPoint * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_MR_MeshTriPoint | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 1, of type MR::MeshTriPoint, read-only. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API MR_MeshTriPoint * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_MR_MeshTriPoint_mut | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 1, of type MR::MeshTriPoint, mutable. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API const MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_MR_VertId | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 3, of type MR::VertId, read-only. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_MR_VertId_mut | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 3, of type MR::VertId, mutable. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API bool MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_get_std_monostate | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the element 0, of type std::monostate, read-only. If it's not the active element, returns null. Parameter _this can not be null. It is a single object. The reference to this object might be preserved as the return value.
| MRC_API size_t MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_index | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | _this | ) |
Returns the index of the stored element type. In rare cases may return -1 if this variant is "valueless by exception". Parameter _this can not be null. It is a single object.
| MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_OffsetMutablePtr | ( | MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | ptr, |
| ptrdiff_t | i ) |
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. The reference to the parameter ptr might be preserved in the return value.
| MRC_API const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_OffsetPtr | ( | const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * | ptr, |
| ptrdiff_t | i ) |
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. The reference to the parameter ptr might be preserved in the return value.