class DirectoryReadDirentsResponse
Defined at line 424 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void DirectoryReadDirentsResponse (Storage_ storage)
void DirectoryReadDirentsResponse (int32_t s, ::std::vector<uint8_t> dirents)
void DirectoryReadDirentsResponse ()
Default constructs a |DirectoryReadDirentsResponse| only if all of its members are default constructible.
Defined at line 434 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void DirectoryReadDirentsResponse (DirectoryReadDirentsResponse && )
Defined at line 437 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void DirectoryReadDirentsResponse (const DirectoryReadDirentsResponse & other)
DirectoryReadDirentsResponse & operator= (DirectoryReadDirentsResponse && )
Defined at line 438 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
DirectoryReadDirentsResponse & operator= (const DirectoryReadDirentsResponse & other)
bool operator== (const DirectoryReadDirentsResponse & other)
bool operator!= (const DirectoryReadDirentsResponse & other)
int32_t s ()
int32_t & s ()
DirectoryReadDirentsResponse & s (int32_t value)
Setter for s.
const ::std::vector<uint8_t> & dirents ()
::std::vector<uint8_t> & dirents ()
DirectoryReadDirentsResponse & dirents (::std::vector<uint8_t> value)
Setter for dirents.
void DirectoryReadDirentsResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits