ELC in dev
ELC-lang
|
额外继承的成员函数 | |
Public 类型 继承自 elc::defs::stream_n::text_stream_t< char_T > | |
typedef char_T | char_type |
typedef char_type | data_type |
Public 成员函数 继承自 elc::defs::stream_n::base_stream_t | |
virtual | ~base_stream_t ()=default |
Public 成员函数 继承自 elc::defs::stream_n::noexcept_stream_t | |
virtual int_t | seek (seek_type, int_t) noexcept override=0 |
virtual int_t | tell () noexcept override |
virtual bool | seek_to (int_t) noexcept override=0 |
virtual void | sync () noexcept override=0 |
virtual void | flush () noexcept override=0 |
virtual void | close () noexcept override=0 |
在文件 all_defs.cpp 第 29017 行定义.