|
ELC in dev
ELC-lang
|
类 | |
| struct | handle_type |
函数 | |
| bool | is_terminal_stream (base_handle_type handle) noexcept |
| handle_type | init_output_stream () noexcept |
| handle_type | init_input_stream () noexcept |
| handle_type | init_error_stream () noexcept |
| bool | is_eof (handle_type stream) noexcept |
| bool | is_wait_input (handle_type stream) noexcept |
| size_t | basic_read_impl (handle_type handle, void *buffer, size_t size) noexcept |
| template<class char_T > | |
| size_t | basic_read_impl (handle_type handle, char_T *buffer, size_t size) noexcept |
| size_t | basic_write_impl (handle_type handle, const void *buffer, size_t size) noexcept |
| template<class char_T > | |
| size_t | basic_write_impl (handle_type handle, const char_T *buffer, size_t size) noexcept |
| size_t | basic_read_for_terminal_impl (handle_type handle, base_io_char_type *buffer, size_t size) noexcept |
| size_t | basic_write_for_terminal_impl (handle_type handle, const base_io_char_type *buffer, size_t size) noexcept |
| void | basic_flush_impl (handle_type handle) noexcept |
| void | basic_sync_impl (handle_type handle) noexcept |
| void | basic_close_impl (handle_type handle) noexcept |
| int_t | basic_tell_impl (handle_type handle) noexcept |
| int_t | basic_seek_impl (handle_type handle, int_t offset, stream_n::seek_type type) noexcept |
| auto | before_terminal_read (handle_type stream) noexcept |
| void | after_terminal_read (handle_type stream, auto something) noexcept |
| auto | before_terminal_write (handle_type stream) noexcept |
| void | after_terminal_write (handle_type stream, auto something) noexcept |
变量 | |
| typedef | base_handle_type |
| constexpr auto | zero_base_handle = base_handle_type(0) |
| typedef | base_io_char_type |
| constexpr size_t | code_convert_buf_size = |
|
inlinenoexcept |
在文件 all_defs.cpp 第 57995 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 58017 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57917 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57901 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57879 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57860 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57848 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57933 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57909 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57925 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57891 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57874 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57864 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57973 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 58003 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57814 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57805 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57796 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57825 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57755 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 57836 行定义.
| typedef elc::APIs::streams::base_handle_type |
在文件 all_defs.cpp 第 57749 行定义.
| typedef elc::APIs::streams::base_io_char_type |
在文件 all_defs.cpp 第 57785 行定义.
|
constexpr |
在文件 all_defs.cpp 第 57787 行定义.
|
inlineconstexpr |
在文件 all_defs.cpp 第 57752 行定义.