class AddressRange

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

Public Methods

void AddressRange (Storage_ storage)
void AddressRange (::fuchsia_net::IpAddress start, ::fuchsia_net::IpAddress end)
void AddressRange ()

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

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

void AddressRange (AddressRange && )

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

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

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

AddressRange & operator= (const AddressRange & other)
bool operator== (const AddressRange & other)
bool operator!= (const AddressRange & other)
const ::fuchsia_net::IpAddress & start ()

The inclusive start of the address range.

::fuchsia_net::IpAddress & start ()

The inclusive start of the address range.

AddressRange & start (::fuchsia_net::IpAddress value)

The inclusive start of the address range.

const ::fuchsia_net::IpAddress & end ()

The inclusive end of the address range.

::fuchsia_net::IpAddress & end ()

The inclusive end of the address range.

AddressRange & end (::fuchsia_net::IpAddress value)

The inclusive end of the address range.

void AddressRange (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits