template <typename Client, typename Result, typename... Args>

class SharedCallbackAndClient

Defined at line 25 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

Public Methods

void SharedCallbackAndClient<Client, Result (Args...)> (Client && client, fit::function<Result (Args...)> && function)

Defined at line 28 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

void SharedCallbackAndClient<Client, Result (Args...)> (SharedCallbackAndClient<Client, Result (Args...)> & )

Defined at line 34 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

SharedCallbackAndClient<Client, Result (Args...)> & operator= (const SharedCallbackAndClient<Client, Result (Args...)> & )

Defined at line 35 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

void SharedCallbackAndClient<Client, Result (Args...)> (SharedCallbackAndClient<Client, Result (Args...)> && )

Defined at line 36 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

SharedCallbackAndClient<Client, Result (Args...)> & operator= (SharedCallbackAndClient<Client, Result (Args...)> && )

Defined at line 37 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

Client & client ()

Defined at line 39 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

bool operator bool ()

Defined at line 41 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc

Result operator() (Args... args)

Defined at line 43 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc