class ConnectionType
Defined at line 19 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
|ConnectionType| is flexible, hence may contain unknown members not
defined in the FIDL schema.
Public Members
static ConnectionType kNode
static ConnectionType kController
static ConnectionType kDevice
static ConnectionType kMask
Public Methods
void ConnectionType ()
Defined at line 21 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
void ConnectionType (uint8_t value)
Constructs an instance of |ConnectionType| 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.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
uint8_t operator unsigned char ()
Defined at line 31 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
bool operator bool ()
Defined at line 32 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
bool operator== (const ConnectionType & other)
Defined at line 33 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
bool operator!= (const ConnectionType & other)
Defined at line 34 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
std::optional<ConnectionType> TryFrom (uint8_t value)
Constructs an instance of |ConnectionType| 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.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType TruncatingUnknown (uint8_t value)
Constructs an instance of |ConnectionType| 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.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType unknown_bits ()
Defined at line 60 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
bool has_unknown_bits ()
Defined at line 63 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType operator~ ()
Defined at line 76 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType operator| (const ConnectionType & other)
Defined at line 80 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType operator& (const ConnectionType & other)
Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType operator^ (const ConnectionType & other)
Defined at line 90 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
ConnectionType operator- (const ConnectionType & other)
Defined at line 95 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
void operator|= (const ConnectionType & other)
Defined at line 100 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
void operator&= (const ConnectionType & other)
Defined at line 105 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
void operator^= (const ConnectionType & other)
Defined at line 110 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h
void operator-= (const ConnectionType & other)
Defined at line 115 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/common_types.h