Шаблон:InternetConnectionOutputByteStreamRef body: различия между версиями
Перейти к навигации
Перейти к поиску
(Новая страница: «{{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 | {{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| | {{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| | {{method_list_add_ctor|InternetConnectionOutputByteStreamRef}} | ||
{{method_list_add| | {{method_list_add|InternetConnectionOutputByteStreamRef::get_interface}} | ||
{{method_list_add| | {{method_list_add|InternetConnectionOutputByteStreamRef::share_ownership}} | ||
{{method_list_add| | {{method_list_add|InternetConnectionOutputByteStreamRef::write}} | ||
{{method_list_add| | {{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| | {{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. |