Table of Contents

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

uint

Char2Token

public uint Char2Token { get; set; }

Property Value

uint

CpairCommentSingle

public string? CpairCommentSingle { get; set; }

Property Value

string

CsetIdentifierFirst

public string? CsetIdentifierFirst { get; set; }

Property Value

string

CsetIdentifierNth

public string? CsetIdentifierNth { get; set; }

Property Value

string

CsetSkipCharacters

public string? CsetSkipCharacters { get; set; }

Property Value

string

Handle

public ScannerConfigOwnedHandle Handle { get; }

Property Value

ScannerConfigOwnedHandle

Identifier2String

public uint Identifier2String { get; set; }

Property Value

uint

Int2Float

public uint Int2Float { get; set; }

Property Value

uint

Numbers2Int

public uint Numbers2Int { get; set; }

Property Value

uint

ScanBinary

public uint ScanBinary { get; set; }

Property Value

uint

ScanCommentMulti

public uint ScanCommentMulti { get; set; }

Property Value

uint

ScanFloat

public uint ScanFloat { get; set; }

Property Value

uint

ScanHex

public uint ScanHex { get; set; }

Property Value

uint

ScanHexDollar

public uint ScanHexDollar { get; set; }

Property Value

uint

ScanIdentifier

public uint ScanIdentifier { get; set; }

Property Value

uint

ScanIdentifier1char

public uint ScanIdentifier1char { get; set; }

Property Value

uint

ScanIdentifierNULL

public uint ScanIdentifierNULL { get; set; }

Property Value

uint

ScanOctal

public uint ScanOctal { get; set; }

Property Value

uint

ScanStringDq

public uint ScanStringDq { get; set; }

Property Value

uint

ScanStringSq

public uint ScanStringSq { get; set; }

Property Value

uint

ScanSymbols

public uint ScanSymbols { get; set; }

Property Value

uint

Scope0Fallback

public uint Scope0Fallback { get; set; }

Property Value

uint

SkipCommentMulti

public uint SkipCommentMulti { get; set; }

Property Value

uint

SkipCommentSingle

public uint SkipCommentSingle { get; set; }

Property Value

uint

StoreInt64

public uint StoreInt64 { get; set; }

Property Value

uint

Symbol2Token

public uint Symbol2Token { get; set; }

Property Value

uint

Methods

Equals(ScannerConfig?)

public bool Equals(ScannerConfig? other)

Parameters

other ScannerConfig

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.