MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Expected_StdVectorMREdgePoint_MRPathError Class Reference

Stores either a std.vector<MR.EdgePoint> that represents success or a MR.PathError that represents an error. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Expected_StdVectorMREdgePoint_MRPathError:

Public Member Functions

unsafe Expected_StdVectorMREdgePoint_MRPathError ()
 Constructs an empty (default-constructed) instance.
 
unsafe Expected_StdVectorMREdgePoint_MRPathError (MR._ByValue_Expected_StdVectorMREdgePoint_MRPathError other)
 Constructs a copy of another instance. The source remains alive.
 
unsafe void assign (MR._ByValue_Expected_StdVectorMREdgePoint_MRPathError other)
 Assigns the contents from another instance. Both objects remain alive after the call.
 
unsafe new MR.Std.? Vector_MREdgePoint getValue ()
 If this instance represents success, returns the stored std.vector<MR.EdgePoint>. Otherwise null. This version returns a mutable pointer.
 
unsafe new MR.Misc.? Ref< MR.PathError > getError ()
 If this instance represents an error, returns the stored MR.PathError. Otherwise null. This version returns a mutable pointer.
 
- Public Member Functions inherited from MR.Const_Expected_StdVectorMREdgePoint_MRPathError
virtual void Dispose ()
 
unsafe Const_Expected_StdVectorMREdgePoint_MRPathError ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Expected_StdVectorMREdgePoint_MRPathError (MR._ByValue_Expected_StdVectorMREdgePoint_MRPathError other)
 Constructs a copy of another instance. The source remains alive.
 
unsafe MR.Std.? Const_Vector_MREdgePoint getValue ()
 If this instance represents success, returns the stored std.vector<MR.EdgePoint>. Otherwise null.
 
unsafe MR.? PathError getError ()
 If this instance represents an error, returns the stored MR.PathError. Otherwise null.
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.Const_Expected_StdVectorMREdgePoint_MRPathError
static unsafe implicit operator bool (MR.Const_Expected_StdVectorMREdgePoint_MRPathError _this)
 Returns true if this instance represents success, or false if it represents an error.
 
- Protected Member Functions inherited from MR.Const_Expected_StdVectorMREdgePoint_MRPathError
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Expected_StdVectorMREdgePoint_MRPathError >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_Expected_StdVectorMREdgePoint_MRPathError >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

Stores either a std.vector<MR.EdgePoint> that represents success or a MR.PathError that represents an error. This is the non-const half of the class.


The documentation for this class was generated from the following file: