class Between
Defined at line 735 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Public Methods
void Between (Storage_ storage)
void Between (uint32_t start, uint32_t end)
void Between ()
Default constructs a |Between| only if all of its members are default constructible.
Defined at line 746 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void Between (Between && )
Defined at line 749 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void Between (const Between & other)
Between & operator= (Between && )
Defined at line 750 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Between & operator= (const Between & other)
bool operator== (const Between & other)
bool operator!= (const Between & other)
uint32_t start ()
Start of the range, inclusive.
uint32_t & start ()
Start of the range, inclusive.
Between & start (uint32_t value)
Start of the range, inclusive.
uint32_t end ()
End of the range, inclusive.
uint32_t & end ()
End of the range, inclusive.
Between & end (uint32_t value)
End of the range, inclusive.
void Between (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits