ErrorCheckOption Class

ErrorCheckOption class

Error check setting applied on certain ranges.


type ErrorCheckOption struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsErrorCheckChecks whether given error type will be checked.
SetErrorCheckSets whether given error type will be checked.
GetCountOfRangeGets the count of ranges that influenced by this setting.
AddRangeAdds one influenced range by this setting.
GetRangeGets the influenced range of this setting by given index.
RemoveRangeRemoves one range by given index.