template <>

class Server

Defined at line 495 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_messaging.h

Public Methods

void Server ()

Defined at line 498 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_messaging.h

void TwoWayNoPayload (TwoWayNoPayloadCompleter::Sync & completer)
void TwoWayStructPayload (TwoWayStructPayloadCompleter::Sync & completer)
void TwoWayTablePayload (TwoWayTablePayloadCompleter::Sync & completer)
void TwoWayUnionPayload (TwoWayUnionPayloadCompleter::Sync & completer)
void TwoWayStructPayloadErr (TwoWayStructPayloadErrCompleter::Sync & completer)
void TwoWayStructRequest (TwoWayStructRequestRequest & request, TwoWayStructRequestCompleter::Sync & completer)
void TwoWayTableRequest (TwoWayTableRequestRequest & request, TwoWayTableRequestCompleter::Sync & completer)
void TwoWayUnionRequest (TwoWayUnionRequestRequest & request, TwoWayUnionRequestCompleter::Sync & completer)
void OneWayNoRequest (OneWayNoRequestCompleter::Sync & completer)
void OneWayStructRequest (OneWayStructRequestRequest & request, OneWayStructRequestCompleter::Sync & completer)
void OneWayTableRequest (OneWayTableRequestRequest & request, OneWayTableRequestCompleter::Sync & completer)
void OneWayUnionRequest (OneWayUnionRequestRequest & request, OneWayUnionRequestCompleter::Sync & completer)
Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~Server ()

Defined at line 499 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_messaging.h