class UnnamedGauge
Defined at line 809 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
Public Methods
void UnnamedGauge (Storage_ storage)
void UnnamedGauge (uint16_t id, int64_t value)
void UnnamedGauge ()
Default constructs a |UnnamedGauge| only if all of its members are default constructible.
Defined at line 820 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
void UnnamedGauge (UnnamedGauge && )
Defined at line 823 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
void UnnamedGauge (const UnnamedGauge & other)
UnnamedGauge & operator= (UnnamedGauge && )
Defined at line 824 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
UnnamedGauge & operator= (const UnnamedGauge & other)
bool operator== (const UnnamedGauge & other)
bool operator!= (const UnnamedGauge & other)
uint16_t id ()
uint16_t & id ()
UnnamedGauge & id (uint16_t value)
Setter for id.
int64_t value ()
int64_t & value ()
UnnamedGauge & value (int64_t value)
Setter for value.
void UnnamedGauge (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits