C# Class bigloo.input_console_port

Inheritance: input_port
Datei anzeigen Open project: mbrock/bigloo-llvm

Public Methods

Method Description
input_console_port ( int size ) : System
reset_console ( ) : void
reset_eof ( ) : bool
rgc_charready ( ) : bool
rgc_fill_buffer ( ) : bool

Private Methods

Method Description
rgc_size_fill_con_buffer ( int bufpose, int size ) : bool

Method Details

input_console_port() public method

public input_console_port ( int size ) : System
size int
return System

reset_console() public method

public reset_console ( ) : void
return void

reset_eof() public method

public reset_eof ( ) : bool
return bool

rgc_charready() public method

public rgc_charready ( ) : bool
return bool

rgc_fill_buffer() public method

public rgc_fill_buffer ( ) : bool
return bool