class FlexibleFileMode
Defined at line 103 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
|FlexibleFileMode| is flexible, hence may contain unknown members not
defined in the FIDL schema.
Public Members
static FlexibleFileMode READ
static FlexibleFileMode WRITE
static FlexibleFileMode EXECUTE
static FlexibleFileMode kMask
Public Methods
void FlexibleFileMode ()
Defined at line 105 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
std::optional<FlexibleFileMode> TryFrom (uint16_t value)
Constructs an instance of |FlexibleFileMode| 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 110 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
FlexibleFileMode TruncatingUnknown (uint16_t value)
Constructs an instance of |FlexibleFileMode| from an underlying primitive value,
clearing any bit member not defined in the FIDL schema.
Defined at line 119 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
void FlexibleFileMode (uint16_t value)
Constructs an instance of |FlexibleFileMode| from an underlying primitive value,
preserving any bit member not defined in the FIDL schema.
Defined at line 125 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
uint16_t operator unsigned short ()
Defined at line 131 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
bool operator bool ()
Defined at line 132 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
bool operator== (const FlexibleFileMode & other)
Defined at line 133 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
bool operator!= (const FlexibleFileMode & other)
Defined at line 134 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
FlexibleFileMode unknown_bits ()
Defined at line 142 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
bool has_unknown_bits ()
Defined at line 145 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
FlexibleFileMode operator~ ()
Defined at line 159 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
FlexibleFileMode operator| (const FlexibleFileMode & other)
Defined at line 163 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
FlexibleFileMode operator& (const FlexibleFileMode & other)
Defined at line 168 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
FlexibleFileMode operator^ (const FlexibleFileMode & other)
Defined at line 173 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
void operator|= (const FlexibleFileMode & other)
Defined at line 178 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
void operator&= (const FlexibleFileMode & other)
Defined at line 183 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
void operator^= (const FlexibleFileMode & other)
Defined at line 188 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h