class ProjectIterToken

Defined at line 1640 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

A token used for paging through tracked projects. One may be returned by the `ProjectId.List`

call so it can be passed into the succeeding call to continue the listing from where it left

off.

Public Methods

void ProjectIterToken (Storage_ storage)
void ProjectIterToken (uint64_t value)
void ProjectIterToken ()

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

Defined at line 1650 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

void ProjectIterToken (ProjectIterToken && )

Defined at line 1653 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

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

Defined at line 1654 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

ProjectIterToken & operator= (const ProjectIterToken & other)
bool operator== (const ProjectIterToken & other)
bool operator!= (const ProjectIterToken & other)
uint64_t value ()
uint64_t & value ()
ProjectIterToken & value (uint64_t value)

Setter for value.

void ProjectIterToken (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits