template <typename Client, typename Reporter>
class SharedClientAndReporter
Defined at line 66 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
Public Methods
void SharedClientAndReporter<Client, Reporter> (Client && client, Reporter && reporter)
Defined at line 68 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
Client & client ()
Defined at line 72 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
const Client & client ()
Defined at line 73 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
Reporter & reporter ()
Defined at line 74 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
const Reporter & reporter ()
Defined at line 75 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
bool operator bool ()
Defined at line 77 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc
void Close ()
Defined at line 79 of file ../../src/tests/fidl/dynsuite/client_suite/runners/hlcpp_async/main.cc