Struct LLVMStatus
maps to LLVMBool in LLVM-C for methods that return 0 on success.
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public struct LLVMStatus : IEquatable<LLVMStatus>
Remarks
This was hand added to help clarify use when a return value is not really a bool but a status where (0==SUCCESS)
Properties
ErrorCode | Gets a the raw integer value of the status code |
Failed | Gets a value indicating whether the operation Failed |
Succeeded | Gets a value indicating whether the operation was successful |
Methods
Equals(LLVMStatus) | |
Equals(Object) | |
GetHashCode() |
Operators
Equality(LLVMStatus, LLVMStatus) | Compares two status values for equality |
Inequality(LLVMStatus, LLVMStatus) | Compares two status values for inequality |