class Address
Defined at line 266 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
A matcher for IP addresses.
Public Methods
void Address (Storage_ storage)
void Address (::fuchsia_net_matchers::AddressMatcherType matcher, bool invert)
void Address ()
Default constructs a |Address| only if all of its members are default constructible.
Defined at line 277 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void Address (Address && )
Defined at line 280 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void Address (const Address & other)
Address & operator= (Address && )
Defined at line 281 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Address & operator= (const Address & other)
bool operator== (const Address & other)
bool operator!= (const Address & other)
const ::fuchsia_net_matchers::AddressMatcherType & matcher ()
::fuchsia_net_matchers::AddressMatcherType & matcher ()
Address & matcher (::fuchsia_net_matchers::AddressMatcherType value)
Setter for matcher.
bool invert ()
Whether to check for an "inverse" or "negative" match (in which case,
if the matcher criteria do *not* apply, it *is* considered a match, and
vice versa).
bool & invert ()
Whether to check for an "inverse" or "negative" match (in which case,
if the matcher criteria do *not* apply, it *is* considered a match, and
vice versa).
Address & invert (bool value)
Whether to check for an "inverse" or "negative" match (in which case,
if the matcher criteria do *not* apply, it *is* considered a match, and
vice versa).
void Address (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits