#include <kdb_i.h>
Inheritance diagram for Kdb_cons:
Public Member Functions | |
int | write (char const *str, size_t len) |
Write a string of len chacters to the output. | |
int | getchar (bool) |
read a charcater from the input. | |
int | char_avail () const |
Is input available? | |
Mword | get_attributes () const |
Console attributes. |
|
Is input available? This method can be implemented. It must return -1 if no information is available, 1 if at least one character is avialable, and 0 if no charachter is available. Reimplemented from Console. |
|
Console attributes.
Reimplemented from Console. |
|
read a charcater from the input.
Reimplemented from Console. |
|
Write a string of len chacters to the output.
Reimplemented from Console. |