template <>

class Server

Defined at line 224 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/natural_messaging.h

Public Methods

void Done (DoneCompleter::Sync & completer)

Cleanly shutdown the connection to the Loader service.

void LoadObject (LoadObjectRequest & request, LoadObjectCompleter::Sync & completer)

The dynamic linker sends `object_name` and gets back a VMO

handle containing the file.

void Config (ConfigRequest & request, ConfigCompleter::Sync & completer)

The dynamic linker sends a `config` identifying its load

configuration. This is intended to affect how later

`LoadObject` requests decide what particular implementation

file to supply for a given name.

void Clone (CloneRequest & request, CloneCompleter::Sync & completer)

Obtain a new loader service connection.

void Server ()

Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/natural_messaging.h

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 228 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/natural_messaging.h