template <>

class WireTableBuilder

Defined at line 313 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_types.h

Public Methods

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_memory_attribution::wire::NewPrincipal> & identifier (First && first, Args &&... args_)

The identifier of this principal.

Defined at line 325 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_types.h

template <typename First = ::fuchsia_memory_attribution::wire::Description, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_memory_attribution::wire::Description>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_memory_attribution::wire::NewPrincipal> & description (First && first, Args &&... args_)

Description of the identity of the principal.

Description holds a human-friendly (or a reference to a human-friendly)

identity descriptor of the principal. This will be used by clients to

identify this principal to users at display time.

Defined at line 341 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_types.h

Friends

template <>
class NewPrincipal