class StatsGetCpuLoadResponse
Defined at line 1778 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_types.h
Public Methods
void StatsGetCpuLoadResponse (Storage_ storage)
void StatsGetCpuLoadResponse (::std::vector<float> per_cpu_load)
void StatsGetCpuLoadResponse ()
Default constructs a |StatsGetCpuLoadResponse| only if all of its members are default constructible.
Defined at line 1789 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_types.h
void StatsGetCpuLoadResponse (StatsGetCpuLoadResponse && )
Defined at line 1792 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_types.h
void StatsGetCpuLoadResponse (const StatsGetCpuLoadResponse & other)
StatsGetCpuLoadResponse & operator= (StatsGetCpuLoadResponse && )
Defined at line 1793 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_types.h
StatsGetCpuLoadResponse & operator= (const StatsGetCpuLoadResponse & other)
bool operator== (const StatsGetCpuLoadResponse & other)
bool operator!= (const StatsGetCpuLoadResponse & other)
const ::std::vector<float> & per_cpu_load ()
::std::vector<float> & per_cpu_load ()
StatsGetCpuLoadResponse & per_cpu_load (::std::vector<float> value)
Setter for per_cpu_load.
void StatsGetCpuLoadResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits