class Call
Defined at line 184 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Public Methods
void Call (Storage_ storage)
void Call (uint32_t pin, ::fuchsia_hardware_pinimpl::InitCall call)
void Call ()
Default constructs a |Call| only if all of its members are default constructible.
Defined at line 195 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
void Call (Call && )
Defined at line 198 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
void Call (const Call & other)
Call & operator= (Call && )
Defined at line 199 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Call & operator= (const Call & other)
bool operator== (const Call & other)
bool operator!= (const Call & other)
uint32_t pin ()
The platform-specific pin number that this call operates on.
uint32_t & pin ()
The platform-specific pin number that this call operates on.
Call & pin (uint32_t value)
The platform-specific pin number that this call operates on.
const ::fuchsia_hardware_pinimpl::InitCall & call ()
The call to make and the arguments to pass to it.
::fuchsia_hardware_pinimpl::InitCall & call ()
The call to make and the arguments to pass to it.
Call & call (::fuchsia_hardware_pinimpl::InitCall value)
The call to make and the arguments to pass to it.
void Call (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits