class Expose

Defined at line 815 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

Public Methods

void Expose (Storage_ storage)
void Expose (::std::string service_name, ::fuchsia_driver_test::Collection collection)
void Expose ()

Default constructs a |Expose| only if all of its members are default constructible.

Defined at line 826 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

void Expose (Expose && )

Defined at line 829 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

void Expose (const Expose & other)
Expose & operator= (Expose && )

Defined at line 830 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

Expose & operator= (const Expose & other)
bool operator== (const Expose & other)
bool operator!= (const Expose & other)
const ::std::string & service_name ()
::std::string & service_name ()
Expose & service_name (::std::string value)

Setter for service_name.

::fuchsia_driver_test::Collection collection ()
::fuchsia_driver_test::Collection & collection ()
Expose & collection (::fuchsia_driver_test::Collection value)

Setter for collection.

void Expose (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits