template <>
class NaturalSyncClientImpl
Defined at line 127 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_ldsvc::Loader::LoadObject> LoadObject (const ::fidl::Request< ::fuchsia_ldsvc::Loader::LoadObject> & request)
The dynamic linker sends `object_name` and gets back a VMO
handle containing the file.
::fidl::Result< ::fuchsia_ldsvc::Loader::Config> Config (const ::fidl::Request< ::fuchsia_ldsvc::Loader::Config> & request)
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.
::fidl::Result< ::fuchsia_ldsvc::Loader::Clone> Clone (::fidl::Request< ::fuchsia_ldsvc::Loader::Clone> request)
Obtain a new loader service connection.
::fit::result< ::fidl::OneWayError> Done ()
Cleanly shutdown the connection to the Loader service.