class BufferClientImplBase
Defined at line 18 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/internal/wire_client_details.h
|BufferClientImplBase| stores the core state for client messaging
implementations that use |ClientBase|, and where the message encoding buffers
are provided by an allocator.
Public Methods
void BufferClientImplBase (fidl::internal::ClientBase * client_base, const fdf::Arena & arena)
Defined at line 20 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/internal/wire_client_details.h
Protected Methods
fidl::internal::ClientBase * _client_base ()
Used by implementations to access the transport, hence prefixed with an
underscore to avoid the unlikely event of a name collision.
Defined at line 26 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/internal/wire_client_details.h
const fdf::Arena & _arena ()
Used by implementations to access the arena, hence prefixed with an
underscore to avoid the unlikely event of a name collision.
Defined at line 30 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/internal/wire_client_details.h