template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 203 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_types.h
Public Methods
::fuchsia_memory_attribution::wire::NewPrincipal Build ()
Build and return the table. The builder should not be used after this.
bool has_identifier ()
void clear_identifier ()
Clears the identifier field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & identifier ()
The identifier of this principal.
BuilderImpl & identifier (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The identifier of this principal.
bool has_description ()
void clear_description ()
Clears the description field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_memory_attribution::wire::Description & description ()
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.
BuilderImpl & description (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_memory_attribution::wire::Description>> elem)
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.
bool has_principal_type ()
void clear_principal_type ()
Clears the principal_type field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_memory_attribution::wire::PrincipalType & principal_type ()
The type of the principal.
BuilderImpl & principal_type (::fuchsia_memory_attribution::wire::PrincipalType elem)
The type of the principal.
bool has_detailed_attribution ()
void clear_detailed_attribution ()
Clears the detailed_attribution field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ClientEnd< ::fuchsia_memory_attribution::Provider> & detailed_attribution ()
If this principal provides attribution information, a channel to its
provider.
BuilderImpl & detailed_attribution (::fidl::ClientEnd< ::fuchsia_memory_attribution::Provider> elem)
If this principal provides attribution information, a channel to its
provider.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_memory_attribution::wire::NewPrincipal, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_attribution::wire::NewPrincipal>> && frame)