C# 클래스 Nanook.QueenBee.Parser.QbKey

파일 보기 프로젝트 열기: Nanook/Queen-Bee 1 사용 예제들

공개 메소드들

메소드 설명
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