class TransportContextBase
Defined at line 26 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h
Protected Members
const TransportVTable * vtable_
void * data_
Public Methods
void TransportContextBase ()
Defined at line 28 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h
void TransportContextBase (const TransportContextBase & )
Defined at line 29 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h
TransportContextBase & operator= (const TransportContextBase & )
Defined at line 30 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h
void TransportContextBase (TransportContextBase && other)
Defined at line 32 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h
TransportContextBase & operator= (TransportContextBase && other)
Defined at line 36 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h
Protected Methods
void * release (const TransportVTable * vtable)
Defined at line 10 of file ../../sdk/lib/fidl/cpp/wire/transport.cc
void TransportContextBase (const TransportVTable * vtable, void * data)
Defined at line 51 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport.h