C# Class MovesGenerators.FileMasksGenerator

Inheritance: Generator
Show file Open project: Ribtoks/Queem

Public Methods

Method Description
Run ( ) : void
WriteResults ( System tw ) : void

Protected Methods

Method Description
GetFileMask ( int file ) : ulong

Method Details

GetFileMask() protected method

protected GetFileMask ( int file ) : ulong
file int
return ulong

Run() public method

public Run ( ) : void
return void

WriteResults() public method

public WriteResults ( System tw ) : void
tw System
return void