class DictionaryEnumerateIteratorGetNextRequest

Defined at line 4591 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h

Public Methods

void DictionaryEnumerateIteratorGetNextRequest (Storage_ storage)
void DictionaryEnumerateIteratorGetNextRequest (uint64_t start_id, uint32_t limit)
void DictionaryEnumerateIteratorGetNextRequest ()

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

Defined at line 4601 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h

void DictionaryEnumerateIteratorGetNextRequest (DictionaryEnumerateIteratorGetNextRequest && )

Defined at line 4604 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h

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

Defined at line 4605 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h

DictionaryEnumerateIteratorGetNextRequest & operator= (const DictionaryEnumerateIteratorGetNextRequest & other)
bool operator== (const DictionaryEnumerateIteratorGetNextRequest & other)
bool operator!= (const DictionaryEnumerateIteratorGetNextRequest & other)
uint64_t start_id ()
uint64_t & start_id ()
DictionaryEnumerateIteratorGetNextRequest & start_id (uint64_t value)

Setter for start_id.

uint32_t limit ()
uint32_t & limit ()
DictionaryEnumerateIteratorGetNextRequest & limit (uint32_t value)

Setter for limit.

void DictionaryEnumerateIteratorGetNextRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits