class MapSchema
Defined at line 166 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
Schema of an eBPF map.
Public Members
MapType type
uint32_t key_size
uint32_t value_size
uint32_t max_entries
MapFlags flags
Public Methods
::std::unique_ptr<MapSchema> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, MapSchema * value, size_t _offset)
zx_status_t Clone (MapSchema * result)