class Map
Defined at line 203 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
A representation of eBPF map that can be shared between processes.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::ebpf::MapSchema & schema ()
Map schema.
Defined at line 210 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
bool has_schema ()
Defined at line 214 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
::fuchsia::ebpf::MapSchema * mutable_schema ()
Map schema.
Defined at line 219 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
void clear_schema ()
Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
Map & set_schema (::fuchsia::ebpf::MapSchema _value)
const ::zx::vmo & vmo ()
VMO used to store the map data. The layout of the data stored in the
VMO depends on the `schema` as defined in the `ebpf_api` create.
Defined at line 237 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
bool has_vmo ()
Defined at line 241 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
::zx::vmo * mutable_vmo ()
VMO used to store the map data. The layout of the data stored in the
VMO depends on the `schema` as defined in the `ebpf_api` create.
Defined at line 247 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
void clear_vmo ()
Defined at line 255 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
Map & set_vmo (::zx::vmo _value)
void Map ()
void Map (Map && other)
void ~Map ()
Map & operator= (Map && other)
::std::unique_ptr<Map> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Map * _value, size_t _offset)
zx_status_t Clone (Map * _result)