class MapFlags
Defined at line 20 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
Map flags.
|MapFlags| is flexible, hence may contain unknown members not
defined in the FIDL schema.
Public Members
static MapFlags kNoPrealloc
static MapFlags kSyscallReadOnly
static MapFlags kSyscallWriteOnly
static MapFlags kMmapable
static MapFlags kMask
Public Methods
void MapFlags ()
Defined at line 22 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
void MapFlags (uint32_t value)
Constructs an instance of |MapFlags| from an underlying primitive value,
preserving any bit member not defined in the FIDL schema.
Defined at line 26 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
uint32_t operator unsigned int ()
Defined at line 33 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
bool operator bool ()
Defined at line 34 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
bool operator== (const MapFlags & other)
Defined at line 35 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
bool operator!= (const MapFlags & other)
Defined at line 36 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
std::optional<MapFlags> TryFrom (uint32_t value)
Constructs an instance of |MapFlags| from an underlying primitive value
if the primitive does not contain any unknown members not defined in the
FIDL schema. Otherwise, returns |std::nullopt|.
Defined at line 50 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags TruncatingUnknown (uint32_t value)
Constructs an instance of |MapFlags| from an underlying primitive value,
clearing any bit member not defined in the FIDL schema.
Defined at line 59 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags unknown_bits ()
Defined at line 62 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
bool has_unknown_bits ()
Defined at line 65 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags operator~ ()
Defined at line 80 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags operator| (const MapFlags & other)
Defined at line 84 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags operator& (const MapFlags & other)
Defined at line 89 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags operator^ (const MapFlags & other)
Defined at line 94 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
MapFlags operator- (const MapFlags & other)
Defined at line 99 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
void operator|= (const MapFlags & other)
Defined at line 104 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
void operator&= (const MapFlags & other)
Defined at line 109 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
void operator^= (const MapFlags & other)
Defined at line 114 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h
void operator-= (const MapFlags & other)
Defined at line 119 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/common_types.h