fdf::ServerBinding

Summary

Inheritance

Inherits from: fidl::internal::ServerBindingBase< FidlProtocol >

Constructors and Destructors

ServerBinding(fdf_dispatcher_t *dispatcher, ServerEnd< FidlProtocol > server_end, Impl *impl, CloseHandler && close_handler)
ServerBinding(ServerBinding && other)
ServerBinding(const ServerBinding & other)
~ServerBinding()

Public static functions

CloseHandlerRequirement()
void

Public functions

operator=(ServerBinding && other) noexcept=delete
operator=(const ServerBinding & other) noexcept=delete

Public static functions

CloseHandlerRequirement

void CloseHandlerRequirement()

Public functions

ServerBinding

 ServerBinding(
  fdf_dispatcher_t *dispatcher,
  ServerEnd< FidlProtocol > server_end,
  Impl *impl,
  CloseHandler && close_handler
)

ServerBinding

 ServerBinding(
  ServerBinding && other
) noexcept=delete

ServerBinding

 ServerBinding(
  const ServerBinding & other
) noexcept=delete

operator=

ServerBinding & operator=(
  ServerBinding && other
) noexcept=delete

operator=

ServerBinding & operator=(
  const ServerBinding & other
) noexcept=delete

~ServerBinding

 ~ServerBinding()=default