class SocketCookie
Defined at line 1034 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
A matcher for a socket's cookie.
Public Methods
void SocketCookie (Storage_ storage)
void SocketCookie (uint64_t cookie, bool invert)
void SocketCookie ()
Default constructs a |SocketCookie| only if all of its members are default constructible.
Defined at line 1045 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void SocketCookie (SocketCookie && )
Defined at line 1048 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void SocketCookie (const SocketCookie & other)
SocketCookie & operator= (SocketCookie && )
Defined at line 1049 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
SocketCookie & operator= (const SocketCookie & other)
bool operator== (const SocketCookie & other)
bool operator!= (const SocketCookie & other)
uint64_t cookie ()
The cookie value to compare for equality.
uint64_t & cookie ()
The cookie value to compare for equality.
SocketCookie & cookie (uint64_t value)
The cookie value to compare for equality.
bool invert ()
Whether to check for an "inverse" or "negative" match.
bool & invert ()
Whether to check for an "inverse" or "negative" match.
SocketCookie & invert (bool value)
Whether to check for an "inverse" or "negative" match.
void SocketCookie (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits