C# Класс Nanook.QueenBee.Parser.QbKey

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : QbKey
Create ( string text ) : QbKey

Create a QbKey from a string, the string can be an ascii CRC

Create ( uint crc ) : QbKey

Create a QbKey that does not have known text

Create ( uint crc, string text ) : QbKey

Create a QbKey that has an already known CRC and Text

Equals ( object obj ) : bool
FormatText ( string text ) : string
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Приватные методы

Метод Описание
QbKey ( ) : System

initCRC32 --> Make the CRC table

QbKey ( uint crc ) : System
QbKey ( uint crc, string text ) : System

Описание методов

Clone() публичный Метод

public Clone ( ) : QbKey
Результат QbKey

Create() публичный статический Метод

Create a QbKey from a string, the string can be an ascii CRC
public static Create ( string text ) : QbKey
text string
Результат QbKey

Create() публичный статический Метод

Create a QbKey that does not have known text
public static Create ( uint crc ) : QbKey
crc uint QBKey crc
Результат QbKey

Create() публичный статический Метод

Create a QbKey that has an already known CRC and Text
public static Create ( uint crc, string text ) : QbKey
crc uint QBKey crc
text string Text from debug file etc
Результат QbKey

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

FormatText() публичный статический Метод

public static FormatText ( string text ) : string
text string
Результат string

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

public ToString ( ) : string
Результат string

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool