class ProjectIdListResponse
Defined at line 2649 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Public Methods
void ProjectIdListResponse (Storage_ storage)
void ProjectIdListResponse (::std::vector<uint64_t> entries, ::fidl::Box< ::fuchsia_fxfs::ProjectIterToken> next_token)
void ProjectIdListResponse ()
Default constructs a |ProjectIdListResponse| only if all of its members are default constructible.
Defined at line 2659 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void ProjectIdListResponse (ProjectIdListResponse && )
Defined at line 2662 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void ProjectIdListResponse (const ProjectIdListResponse & other)
ProjectIdListResponse & operator= (ProjectIdListResponse && )
Defined at line 2663 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
ProjectIdListResponse & operator= (const ProjectIdListResponse & other)
bool operator== (const ProjectIdListResponse & other)
bool operator!= (const ProjectIdListResponse & other)
const ::std::vector<uint64_t> & entries ()
::std::vector<uint64_t> & entries ()
ProjectIdListResponse & entries (::std::vector<uint64_t> value)
Setter for entries.
const ::fidl::Box< ::fuchsia_fxfs::ProjectIterToken> & next_token ()
::fidl::Box< ::fuchsia_fxfs::ProjectIterToken> & next_token ()
ProjectIdListResponse & next_token (::fidl::Box< ::fuchsia_fxfs::ProjectIterToken> value)
Setter for next_token.
void ProjectIdListResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits