class MmuFlags
Defined at line 19 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
|MmuFlags| is flexible, hence may contain unknown members not
defined in the FIDL schema.
Public Members
static MmuFlags kRead
static MmuFlags kWrite
static MmuFlags kExecute
static MmuFlags kMask
Public Methods
void MmuFlags ()
Defined at line 21 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
void MmuFlags (uint32_t value)
Constructs an instance of |MmuFlags| from an underlying primitive value,
preserving any bit member not defined in the FIDL schema.
Defined at line 25 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
uint32_t operator unsigned int ()
Defined at line 31 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
bool operator bool ()
Defined at line 32 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
bool operator== (const MmuFlags & other)
Defined at line 33 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
bool operator!= (const MmuFlags & other)
Defined at line 34 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
std::optional<MmuFlags> TryFrom (uint32_t value)
Constructs an instance of |MmuFlags| 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 48 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags TruncatingUnknown (uint32_t value)
Constructs an instance of |MmuFlags| from an underlying primitive value,
clearing any bit member not defined in the FIDL schema.
Defined at line 57 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags unknown_bits ()
Defined at line 60 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
bool has_unknown_bits ()
Defined at line 63 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags operator~ ()
Defined at line 76 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags operator| (const MmuFlags & other)
Defined at line 80 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags operator& (const MmuFlags & other)
Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags operator^ (const MmuFlags & other)
Defined at line 90 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
MmuFlags operator- (const MmuFlags & other)
Defined at line 95 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
void operator|= (const MmuFlags & other)
Defined at line 100 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
void operator&= (const MmuFlags & other)
Defined at line 105 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
void operator^= (const MmuFlags & other)
Defined at line 110 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h
void operator-= (const MmuFlags & other)
Defined at line 115 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/common_types.h