class RealmFactoryCreateRealmRequest

Defined at line 40 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/cpp/fidl/fuchsia.ui.test.context/cpp/natural_types.h

Public Methods

void RealmFactoryCreateRealmRequest ()

Defined at line 46 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/cpp/fidl/fuchsia.ui.test.context/cpp/natural_types.h

void RealmFactoryCreateRealmRequest (RealmFactoryCreateRealmRequest && )

Defined at line 47 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/cpp/fidl/fuchsia.ui.test.context/cpp/natural_types.h

void RealmFactoryCreateRealmRequest (Storage_ storage)
bool IsEmpty ()
const std::optional< ::fidl::ServerEnd< ::fuchsia_testing_harness::RealmProxy>> & realm_server ()
::std::optional< ::fidl::ServerEnd< ::fuchsia_testing_harness::RealmProxy>> & realm_server ()
RealmFactoryCreateRealmRequest & realm_server (std::optional< ::fidl::ServerEnd< ::fuchsia_testing_harness::RealmProxy>> value)

Setter for realm_server.

const std::optional<uint32_t> & display_rotation ()
::std::optional<uint32_t> & display_rotation ()
RealmFactoryCreateRealmRequest & display_rotation (std::optional<uint32_t> value)

Setter for display_rotation.

const std::optional<float> & device_pixel_ratio ()
::std::optional<float> & device_pixel_ratio ()
RealmFactoryCreateRealmRequest & device_pixel_ratio (std::optional<float> value)

Setter for device_pixel_ratio.

const std::optional< ::fuchsia_math::SizeU> & display_dimensions ()

Optional. If it has a value, the width and height must not be zero.

::std::optional< ::fuchsia_math::SizeU> & display_dimensions ()

Optional. If it has a value, the width and height must not be zero.

RealmFactoryCreateRealmRequest & display_dimensions (std::optional< ::fuchsia_math::SizeU> value)

Optional. If it has a value, the width and height must not be zero.

const std::optional<uint32_t> & display_refresh_rate_millihertz ()

Optional. If it has a value, it must not be zero.

::std::optional<uint32_t> & display_refresh_rate_millihertz ()

Optional. If it has a value, it must not be zero.

RealmFactoryCreateRealmRequest & display_refresh_rate_millihertz (std::optional<uint32_t> value)

Optional. If it has a value, it must not be zero.

const std::optional<uint32_t> & display_max_layer_count ()

Optional. If it has a value, it must not be zero.

::std::optional<uint32_t> & display_max_layer_count ()

Optional. If it has a value, it must not be zero.

RealmFactoryCreateRealmRequest & display_max_layer_count (std::optional<uint32_t> value)

Optional. If it has a value, it must not be zero.

void RealmFactoryCreateRealmRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
RealmFactoryCreateRealmRequest & operator= (RealmFactoryCreateRealmRequest && )

Defined at line 48 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/cpp/fidl/fuchsia.ui.test.context/cpp/natural_types.h

Friends

class MemberVisitor
class NaturalTableCodingTraits