|
ELC in dev
ELC-lang
|
Public 成员函数 | |
| virtual void | write (const byte *buf, size_t size)=0 |
| template<class T > | |
| requires ::std::is_trivially_copyable_v< T > void | write (const T *v, size_t size=1) |
Public 成员函数 继承自 elc::defs::stream_n::base_stream_t | |
| virtual | ~base_stream_t ()=default |
| virtual int_t | seek (seek_type, int_t)=0 |
| virtual int_t | tell () |
| virtual bool | seek_to (int_t)=0 |
| virtual void | sync ()=0 |
| virtual void | flush ()=0 |
| virtual void | close ()=0 |
额外继承的成员函数 | |
Public 类型 继承自 elc::defs::stream_n::data_stream_t | |
| typedef byte | data_type |
在文件 all_defs.cpp 第 29086 行定义.
|
inline |
在文件 all_defs.cpp 第 29089 行定义.