#include <stdio.h>
Definition at line 16 of file stdio.h.
◆ AnsiSupported()
static bool dart::bin::Stdin::AnsiSupported |
( |
intptr_t |
fd, |
|
|
bool * |
supported |
|
) |
| |
|
static |
◆ GetEchoMode()
static bool dart::bin::Stdin::GetEchoMode |
( |
intptr_t |
fd, |
|
|
bool * |
enabled |
|
) |
| |
|
static |
◆ GetEchoNewlineMode()
static bool dart::bin::Stdin::GetEchoNewlineMode |
( |
intptr_t |
fd, |
|
|
bool * |
enabled |
|
) |
| |
|
static |
◆ GetLineMode()
static bool dart::bin::Stdin::GetLineMode |
( |
intptr_t |
fd, |
|
|
bool * |
enabled |
|
) |
| |
|
static |
◆ ReadByte()
static bool dart::bin::Stdin::ReadByte |
( |
intptr_t |
fd, |
|
|
int * |
byte |
|
) |
| |
|
static |
◆ SetEchoMode()
static bool dart::bin::Stdin::SetEchoMode |
( |
intptr_t |
fd, |
|
|
bool |
enabled |
|
) |
| |
|
static |
◆ SetEchoNewlineMode()
static bool dart::bin::Stdin::SetEchoNewlineMode |
( |
intptr_t |
fd, |
|
|
bool |
enabled |
|
) |
| |
|
static |
◆ SetLineMode()
static bool dart::bin::Stdin::SetLineMode |
( |
intptr_t |
fd, |
|
|
bool |
enabled |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/bin/stdio.h