class BytesAndNodes
Defined at line 1692 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Storage for a pair of related byte and node values.
Public Methods
void BytesAndNodes (Storage_ storage)
void BytesAndNodes (uint64_t bytes, uint64_t nodes)
void BytesAndNodes ()
Default constructs a |BytesAndNodes| only if all of its members are default constructible.
Defined at line 1702 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void BytesAndNodes (BytesAndNodes && )
Defined at line 1705 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void BytesAndNodes (const BytesAndNodes & other)
BytesAndNodes & operator= (BytesAndNodes && )
Defined at line 1706 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
BytesAndNodes & operator= (const BytesAndNodes & other)
bool operator== (const BytesAndNodes & other)
bool operator!= (const BytesAndNodes & other)
uint64_t bytes ()
uint64_t & bytes ()
BytesAndNodes & bytes (uint64_t value)
Setter for bytes.
uint64_t nodes ()
uint64_t & nodes ()
BytesAndNodes & nodes (uint64_t value)
Setter for nodes.
void BytesAndNodes (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits