template <>
class WireTableBuilder
Defined at line 10995 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_sysmem2::wire::Heap, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_sysmem2::wire::Heap>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem2::wire::SecureHeapAndRanges> & heap (First && first, Args &&... args_)
This is which secure/protected heap.
Defined at line 11008 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
template <typename First = ::fuchsia_sysmem2::wire::Heap, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_sysmem2::wire::Heap>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem2::wire::SecureHeapAndRanges> & heap (First && first, Args &&... args_)
This is which secure/protected heap.
Defined at line 11008 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
template <typename First = ::fidl::VectorView<::fuchsia_sysmem2::wire::SecureHeapRange>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_sysmem2::wire::SecureHeapRange>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem2::wire::SecureHeapAndRanges> & ranges (First && first, Args &&... args_)
The list of physical ranges. This list must be sorted by
physical_address (lower first), and must not have any overlapping
ranges. Ranges that are directly adjacent are allowed (not
overlapping).
Defined at line 11024 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
template <typename First = ::fidl::VectorView<::fuchsia_sysmem2::wire::SecureHeapRange>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_sysmem2::wire::SecureHeapRange>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem2::wire::SecureHeapAndRanges> & ranges (First && first, Args &&... args_)
The list of physical ranges. This list must be sorted by
physical_address (lower first), and must not have any overlapping
ranges. Ranges that are directly adjacent are allowed (not
overlapping).
Defined at line 11024 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Friends
template <>
class SecureHeapAndRanges