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

Материал из CAMaaS preliminary wiki
Перейти к навигации Перейти к поиску
(Новая страница: «{{source_header|lang=cpp|struct IInternetConnectionOutputByteStreamRef;}} {{type_list_title|access=public}} {{type_list_begin}} {{type_list_add|IInternetConnectio…»)
 
Строка 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|InternetConnectionOutputByteStreamRef::get_buffer}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::shutdown}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::shutdown}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::buffer_size}}
{{method_list_add|IInternetConnectionOutputByteStreamRef::buffer_size}}
Строка 16: Строка 17:
{{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:14, 11 августа 2019

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