class Map
Defined at line 269 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 276 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
bool has_schema ()
Defined at line 280 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 285 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
void clear_schema ()
Defined at line 293 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 303 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
bool has_vmo ()
Defined at line 307 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 313 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h
void clear_vmo ()
Defined at line 321 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)