ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl结构体 参考
类 elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl 继承关系图:
[图例]
elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl 的协作图:
[图例]

Public 成员函数

 terminal_orefstream_impl (handle_type handle) noexcept
 
virtual ~terminal_orefstream_impl () noexcept override=default
 
virtual int_t seek (seek_type dir, int_t off) noexcept override
 
virtual int_t tell () noexcept override
 
virtual bool seek_to (int_t pos) noexcept override
 
virtual void sync () noexcept override
 
virtual void flush () noexcept override
 
virtual void close () noexcept override
 
virtual void write (const char_t *buf, size_t size) noexcept override
 
- Public 成员函数 继承自 elc::defs::stream_n::base_stream_t
virtual ~base_stream_t ()=default
 
- Public 成员函数 继承自 elc::defs::stream_n::text_ostream_t< char_T >
virtual void write (const char_T *buf, size_t size)=0
 

Protected 成员函数

virtual void abstract_method_unget_this () noexcept(noexcept((instance_struct< this_t >::abstract_method_unget_this()))) override
 
virtual void_abstract_method_copy_get_this () noexcept(noexcept((instance_struct< this_t >::_abstract_method_copy_get_this()))) override
 
virtual void_abstract_method_get_resize_this (size_t size) noexcept(noexcept((instance_struct< this_t >::instance_struct< this_t >::_abstract_method_get_resize_this(size)))) override
 
virtual void_abstract_method_get_forward_resize_this (size_t size) noexcept(noexcept((instance_struct< this_t >::_abstract_method_get_forward_resize_this(size)))) override
 
virtual size_t abstract_method_get_size_of_get_for_this () noexcept override
 

Protected 属性

system_terminal_orefstream _out
 
code_cvted_text_orefstream< base_io_char_type_code_cvt {_out}
 

额外继承的成员函数

- Public 类型 继承自 elc::defs::stream_n::text_stream_t< char_T >
typedef char_T char_type
 
typedef char_type data_type
 

详细描述

在文件 all_defs.cpp58957 行定义.

构造及析构函数说明

◆ terminal_orefstream_impl()

elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::terminal_orefstream_impl ( handle_type  handle)
inlinenoexcept

在文件 all_defs.cpp58966 行定义.

58966:_out(handle){}
constexpr T down_cast(U a) noexcept
向下转型至

◆ ~terminal_orefstream_impl()

virtual elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::~terminal_orefstream_impl ( )
overridevirtualdefaultnoexcept

成员函数说明

◆ _abstract_method_copy_get_this()

virtual void * elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::_abstract_method_copy_get_this ( )
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp58961 行定义.

◆ _abstract_method_get_forward_resize_this()

virtual void * elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::_abstract_method_get_forward_resize_this ( size_t  size)
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp58961 行定义.

◆ _abstract_method_get_resize_this()

virtual void * elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::_abstract_method_get_resize_this ( size_t  size)
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp58961 行定义.

◆ abstract_method_get_size_of_get_for_this()

virtual size_t elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::abstract_method_get_size_of_get_for_this ( )
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp58961 行定义.

◆ abstract_method_unget_this()

virtual void elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::abstract_method_unget_this ( )
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp58961 行定义.

◆ close()

virtual void elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::close ( )
inlineoverridevirtualnoexcept

实现了 elc::defs::stream_n::base_stream_t.

在文件 all_defs.cpp58969 行定义.

◆ flush()

virtual void elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::flush ( )
inlineoverridevirtualnoexcept

实现了 elc::defs::stream_n::base_stream_t.

在文件 all_defs.cpp58969 行定义.

◆ seek()

virtual int_t elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::seek ( seek_type  dir,
int_t  off 
)
inlineoverridevirtualnoexcept

实现了 elc::defs::stream_n::base_stream_t.

在文件 all_defs.cpp58969 行定义.

◆ seek_to()

virtual bool elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::seek_to ( int_t  pos)
inlineoverridevirtualnoexcept

实现了 elc::defs::stream_n::base_stream_t.

在文件 all_defs.cpp58969 行定义.

◆ sync()

virtual void elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::sync ( )
inlineoverridevirtualnoexcept

实现了 elc::defs::stream_n::base_stream_t.

在文件 all_defs.cpp58969 行定义.

◆ tell()

virtual int_t elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::tell ( )
inlineoverridevirtualnoexcept

重载 elc::defs::stream_n::base_stream_t .

在文件 all_defs.cpp58969 行定义.

◆ write()

virtual void elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::write ( const char_t buf,
size_t  size 
)
inlineoverridevirtualnoexcept

类成员变量说明

◆ _code_cvt

code_cvted_text_orefstream<base_io_char_type> elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::_code_cvt {_out}
protected

在文件 all_defs.cpp58964 行定义.

58964{_out};

◆ _out

system_terminal_orefstream elc::defs::stream_n::base_streams_impl_n::terminal_orefstream_impl::_out
protected

在文件 all_defs.cpp58963 行定义.


该结构体的文档由以下文件生成: