template <>
class WireTableBuilder
Defined at line 1247 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_sysmem::wire::HeapType, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_sysmem::wire::HeapType>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem::wire::SecureHeapAndRanges> & heap (First && first, Args &&... args_)
This is which secure/protected heap.
Defined at line 1260 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h
template <typename First = ::fuchsia_sysmem::wire::HeapType, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_sysmem::wire::HeapType>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem::wire::SecureHeapAndRanges> & heap (First && first, Args &&... args_)
This is which secure/protected heap.
Defined at line 1260 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h
template <typename First = ::fidl::VectorView<::fuchsia_sysmem::wire::SecureHeapRange>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_sysmem::wire::SecureHeapRange>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem::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 1276 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h
template <typename First = ::fidl::VectorView<::fuchsia_sysmem::wire::SecureHeapRange>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_sysmem::wire::SecureHeapRange>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sysmem::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 1276 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h
Friends
template <>
class SecureHeapAndRanges