class ScenicRealmFactoryCreateRealmRequest

Defined at line 248 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 ScenicRealmFactoryCreateRealmRequest ()

Defined at line 254 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 ScenicRealmFactoryCreateRealmRequest (ScenicRealmFactoryCreateRealmRequest && )

Defined at line 255 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 ScenicRealmFactoryCreateRealmRequest (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 ()
ScenicRealmFactoryCreateRealmRequest & realm_server (std::optional< ::fidl::ServerEnd< ::fuchsia_testing_harness::RealmProxy>> value)

Setter for realm_server.

const std::optional< ::fuchsia_ui_test_context::RendererType> & renderer ()
::std::optional< ::fuchsia_ui_test_context::RendererType> & renderer ()
ScenicRealmFactoryCreateRealmRequest & renderer (std::optional< ::fuchsia_ui_test_context::RendererType> value)

Setter for renderer.

const std::optional<uint64_t> & display_rotation ()
::std::optional<uint64_t> & display_rotation ()
ScenicRealmFactoryCreateRealmRequest & display_rotation (std::optional<uint64_t> value)

Setter for display_rotation.

const std::optional<bool> & display_composition ()
::std::optional<bool> & display_composition ()
ScenicRealmFactoryCreateRealmRequest & display_composition (std::optional<bool> value)

Setter for display_composition.

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.

ScenicRealmFactoryCreateRealmRequest & 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.

ScenicRealmFactoryCreateRealmRequest & 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.

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

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

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

Defined at line 256 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