Шаблон:InternetConnectionOutputByteStreamRef body: различия между версиями

Материал из CAMaaS preliminary wiki
Перейти к навигации Перейти к поиску
(Новая страница: «{{source_header|lang=cpp|struct IInternetConnectionOutputByteStreamRef;}} {{type_list_title|access=public}} {{type_list_begin}} {{type_list_add|IInternetConnectio…»)
 
м (Андрей Чусов переименовал страницу Шаблон:IInternetConnectionOutputByteStreamRef body в Шаблон:InternetConnectionOutputByteStreamRef body без оставления перенаправления)
 
(не показаны 3 промежуточные версии этого же участника)
Строка 1: Строка 1:
{{source_header|lang=cpp|struct IInternetConnectionOutputByteStreamRef;}}
{{source_header|lang=cpp|struct InternetConnectionOutputByteStreamRef;}}
{{type_list_title|access=public}}
{{type_list_title|access=public}}
{{type_list_begin}}
{{type_list_begin}}
{{type_list_add|IInternetConnectionOutputByteStreamRef::interface_type|Псевдоним типа [[IIInternetConnectionOutputByteStream]].}}
{{type_list_add|InternetConnectionOutputByteStreamRef::interface_type|Псевдоним типа [[IInternetConnectionOutputByteStream]].}}
{{type_list_end}}
{{type_list_end}}
{{method_list_title|access=public}}
{{method_list_title|access=public}}
{{method_list_begin}}
{{method_list_begin}}
{{method_list_add_ctor|IInternetConnectionOutputByteStreamRef}}
{{method_list_add_ctor|InternetConnectionOutputByteStreamRef}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::get_interface}}
{{method_list_add|InternetConnectionOutputByteStreamRef::get_interface}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::share_ownership}}
{{method_list_add|InternetConnectionOutputByteStreamRef::share_ownership}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::write}}
{{method_list_add|InternetConnectionOutputByteStreamRef::write}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::operator<<}}
{{method_list_add|InternetConnectionOutputByteStreamRef::operator<<}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::shutdown}}
{{method_list_add|InternetConnectionOutputByteStreamRef::shutdown}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::buffer_size}}
{{method_list_add|InternetConnectionOutputByteStreamRef::buffer_size}}
{{method_list_end}}
{{method_list_end}}
{{method_list_title|access=protected}}
{{method_list_title|access=protected}}
{{method_list_begin}}
{{method_list_begin}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::reset_interface}}
{{method_list_add|InternetConnectionOutputByteStreamRef::reset_interface}}
{{method_list_end}}
{{method_list_end}}
{{inherits_begin|access=public}}
{{inherits_begin|access=public}}
{{inherits_add|OutputByteStreamRef}}
{{inherits_add|OutputByteStreamRef}}
{{inherits_end}}
{{inherits_end}}

Текущая версия на 21:40, 11 августа 2019

struct InternetConnectionOutputByteStreamRef;
Открытые типы
ТипОписание
interface_typeПсевдоним типа IInternetConnectionOutputByteStream.
Открытые методы
МетодОписание
(конструкторы)Конструкторы ссылочного адаптера.
get_interfaceВозвращает адрес ассоциированной с адаптером реализации потока.
share_ownershipРазделяет владение ассоциированным потоком, возвращая владеющий адаптер.
writeПроизводит запись байт в поток.
operator<<Производит запись байт в поток.
shutdownВыполняет закрытие исходящего канала связи, связанного с текущим потоком.
buffer_sizeВозвращает размер буфера исходящего канала связи, связанного с текущим потоком.
Защищенные методы
МетодОписание
reset_interfaceЗадает адаптеру новую реализацию IInternetConnectionOutputByteStream.
Наследует открыто
КлассОписание
Адаптер-ссылка над интерфейсом IOutputByteStream.