class TreeContent
Defined at line 820 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/hlcpp/fuchsia/inspect/cpp/fidl.h
The content of a specific Inspect Tree.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::mem::Buffer & buffer ()
Buffer containing the bytes of a tree in Inspect format.
Defined at line 827 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/hlcpp/fuchsia/inspect/cpp/fidl.h
bool has_buffer ()
Defined at line 831 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/hlcpp/fuchsia/inspect/cpp/fidl.h
::fuchsia::mem::Buffer * mutable_buffer ()
Buffer containing the bytes of a tree in Inspect format.
Defined at line 836 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/hlcpp/fuchsia/inspect/cpp/fidl.h
void clear_buffer ()
Defined at line 844 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/hlcpp/fuchsia/inspect/cpp/fidl.h
TreeContent & set_buffer (::fuchsia::mem::Buffer _value)
void TreeContent ()
void TreeContent (TreeContent && other)
void ~TreeContent ()
TreeContent & operator= (TreeContent && other)
::std::unique_ptr<TreeContent> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TreeContent * _value, size_t _offset)
zx_status_t Clone (TreeContent * _result)