class SampleParameters

Defined at line 2666 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

The data for one Sample server.

Public Methods

void SampleParameters (Storage_ storage)
void SampleParameters ()

Defined at line 2671 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

void SampleParameters (SampleParameters && )

Defined at line 2672 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

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

Defined at line 2673 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

SampleParameters & operator= (const SampleParameters & other)
bool operator== (const SampleParameters & other)
bool operator!= (const SampleParameters & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_diagnostics::SampleDatum>> & data ()

The set of data to sample.

These samples will be batched by the intervals in each SampleDatum.

You should use `MAX_SAMPLE_PARAMETERS_PER_SET` to paginate inputs; it should

generally be well-sized for most selectors.

::std::optional< ::std::vector< ::fuchsia_diagnostics::SampleDatum>> & data ()

The set of data to sample.

These samples will be batched by the intervals in each SampleDatum.

You should use `MAX_SAMPLE_PARAMETERS_PER_SET` to paginate inputs; it should

generally be well-sized for most selectors.

SampleParameters & data (std::optional< ::std::vector< ::fuchsia_diagnostics::SampleDatum>> value)

The set of data to sample.

These samples will be batched by the intervals in each SampleDatum.

You should use `MAX_SAMPLE_PARAMETERS_PER_SET` to paginate inputs; it should

generally be well-sized for most selectors.

void SampleParameters (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits