Class ScannerConfig
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class ScannerConfig
- Inheritance
-
ScannerConfig
- Inherited Members
Constructors
ScannerConfig()
public ScannerConfig()
ScannerConfig(ScannerConfigOwnedHandle)
public ScannerConfig(ScannerConfigOwnedHandle handle)
Parameters
handle
ScannerConfigOwnedHandle
Properties
CaseSensitive
public uint CaseSensitive { get; set; }
Property Value
Char2Token
public uint Char2Token { get; set; }
Property Value
CpairCommentSingle
public string? CpairCommentSingle { get; set; }
Property Value
CsetIdentifierFirst
public string? CsetIdentifierFirst { get; set; }
Property Value
CsetIdentifierNth
public string? CsetIdentifierNth { get; set; }
Property Value
CsetSkipCharacters
public string? CsetSkipCharacters { get; set; }
Property Value
Handle
public ScannerConfigOwnedHandle Handle { get; }
Property Value
Identifier2String
public uint Identifier2String { get; set; }
Property Value
Int2Float
public uint Int2Float { get; set; }
Property Value
Numbers2Int
public uint Numbers2Int { get; set; }
Property Value
ScanBinary
public uint ScanBinary { get; set; }
Property Value
ScanCommentMulti
public uint ScanCommentMulti { get; set; }
Property Value
ScanFloat
public uint ScanFloat { get; set; }
Property Value
ScanHex
public uint ScanHex { get; set; }
Property Value
ScanHexDollar
public uint ScanHexDollar { get; set; }
Property Value
ScanIdentifier
public uint ScanIdentifier { get; set; }
Property Value
ScanIdentifier1char
public uint ScanIdentifier1char { get; set; }
Property Value
ScanIdentifierNULL
public uint ScanIdentifierNULL { get; set; }
Property Value
ScanOctal
public uint ScanOctal { get; set; }
Property Value
ScanStringDq
public uint ScanStringDq { get; set; }
Property Value
ScanStringSq
public uint ScanStringSq { get; set; }
Property Value
ScanSymbols
public uint ScanSymbols { get; set; }
Property Value
Scope0Fallback
public uint Scope0Fallback { get; set; }
Property Value
SkipCommentMulti
public uint SkipCommentMulti { get; set; }
Property Value
SkipCommentSingle
public uint SkipCommentSingle { get; set; }
Property Value
StoreInt64
public uint StoreInt64 { get; set; }
Property Value
Symbol2Token
public uint Symbol2Token { get; set; }
Property Value
Methods
Equals(ScannerConfig?)
public bool Equals(ScannerConfig? other)
Parameters
other
ScannerConfig
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.