C# Class Nanook.QueenBee.Parser.QbKey

Afficher le fichier Open project: Nanook/Queen-Bee Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
QbKey ( ) : System

initCRC32 --> Make the CRC table

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

Method Details

Clone() public méthode

public Clone ( ) : QbKey
Résultat QbKey

Create() public static méthode

Create a QbKey from a string, the string can be an ascii CRC
public static Create ( string text ) : QbKey
text string
Résultat QbKey

Create() public static méthode

Create a QbKey that does not have known text
public static Create ( uint crc ) : QbKey
crc uint QBKey crc
Résultat QbKey

Create() public static méthode

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
Résultat QbKey

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FormatText() public static méthode

public static FormatText ( string text ) : string
text string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool