template <typename T, typename Constraint, bool IsRecursive>

struct WireCodingTraits

Defined at line 46 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/wire_types.h

Public Members

static const size_t kInlineSize
static const bool kIsMemcpyCompatible

Public Methods

void Encode (WireEncoder * encoder, ::fdf::ClientEnd<T> * value, WirePosition position, RecursionDepth<IsRecursive> recursion_depth)

Defined at line 51 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/wire_types.h

void Decode (WireDecoder * decoder, WirePosition position, RecursionDepth<IsRecursive> recursion_depth)

Defined at line 56 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/wire_types.h