Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
dart::bin::Stdin Class Reference

#include <stdio.h>

Static Public Member Functions

static bool ReadByte (intptr_t fd, int *byte)
 
static bool GetEchoMode (intptr_t fd, bool *enabled)
 
static bool SetEchoMode (intptr_t fd, bool enabled)
 
static bool GetEchoNewlineMode (intptr_t fd, bool *enabled)
 
static bool SetEchoNewlineMode (intptr_t fd, bool enabled)
 
static bool GetLineMode (intptr_t fd, bool *enabled)
 
static bool SetLineMode (intptr_t fd, bool enabled)
 
static bool AnsiSupported (intptr_t fd, bool *supported)
 

Detailed Description

Definition at line 16 of file stdio.h.

Member Function Documentation

◆ 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: