class Range

Defined at line 2451 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

Describe a `Range` of values.

Public Methods

void Range (Storage_ storage)
void Range (int64_t min, int64_t max)
void Range ()

Default constructs a |Range| only if all of its members are default constructible.

Defined at line 2461 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

void Range (Range && )

Defined at line 2464 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

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

Defined at line 2465 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

Range & operator= (const Range & other)
bool operator== (const Range & other)
bool operator!= (const Range & other)
int64_t min ()
int64_t & min ()
Range & min (int64_t value)

Setter for min.

int64_t max ()
int64_t & max ()
Range & max (int64_t value)

Setter for max.

void Range (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits