class Marked

Defined at line 804 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

Public Methods

void Marked (Storage_ storage)
void Marked (uint32_t mask, ::fuchsia_net_matchers::Between between, bool invert)
void Marked ()

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

Defined at line 815 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

void Marked (Marked && )

Defined at line 818 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

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

Defined at line 819 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

Marked & operator= (const Marked & other)
bool operator== (const Marked & other)
bool operator!= (const Marked & other)
uint32_t mask ()

Mask to apply before comparing to the range in `between`.

uint32_t & mask ()

Mask to apply before comparing to the range in `between`.

Marked & mask (uint32_t value)

Mask to apply before comparing to the range in `between`.

const ::fuchsia_net_matchers::Between & between ()

The mark is between the given range.

::fuchsia_net_matchers::Between & between ()

The mark is between the given range.

Marked & between (::fuchsia_net_matchers::Between value)

The mark is between the given range.

bool invert ()

Whether to check for an "inverse" or "negative" match.

The mask is applied as normal, but the value is checked for

inequality.

bool & invert ()

Whether to check for an "inverse" or "negative" match.

The mask is applied as normal, but the value is checked for

inequality.

Marked & invert (bool value)

Whether to check for an "inverse" or "negative" match.

The mask is applied as normal, but the value is checked for

inequality.

void Marked (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits