class DevicePinStates
Defined at line 457 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Public Methods
void DevicePinStates (Storage_ storage)
void DevicePinStates (::std::stringname,::std::vector< ::fuchsia_hardware_pinimpl::PinState>states,uint32_tid)
void DevicePinStates ()
Default constructs a |DevicePinStates| only if all of its members are default constructible.
Defined at line 468 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
void DevicePinStates (DevicePinStates && )
Defined at line 471 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
void DevicePinStates (const DevicePinStates & other)
const ::std::string & name ()
::std::string & name ()
DevicePinStates & name (::std::string value)
Setter for name.
DevicePinStates & operator= (DevicePinStates && )
Defined at line 472 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
DevicePinStates & operator= (const DevicePinStates & other)
bool operator== (const DevicePinStates & other)
bool operator!= (const DevicePinStates & other)
const ::std::vector< ::fuchsia_hardware_pinimpl::PinState> & states ()
::std::vector< ::fuchsia_hardware_pinimpl::PinState> & states ()
DevicePinStates & states (::std::vector< ::fuchsia_hardware_pinimpl::PinState> value)
Setter for states.
uint32_t id ()
uint32_t & id ()
DevicePinStates & id (uint32_t value)
Setter for id.
void DevicePinStates (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits