class AttachmentValue

Defined at line 77 of file ../../src/developer/forensics/feedback/attachments/types.h

Public Methods

void AttachmentValue (AttachmentData data, zx::duration collection_duration)

Defined at line 79 of file ../../src/developer/forensics/feedback/attachments/types.h

void AttachmentValue (std::string value, zx::duration collection_duration)

Defined at line 81 of file ../../src/developer/forensics/feedback/attachments/types.h

void AttachmentValue (std::string value, enum Error error, zx::duration collection_duration)

Defined at line 83 of file ../../src/developer/forensics/feedback/attachments/types.h

void AttachmentValue (enum Error error, zx::duration collection_duration)

Defined at line 85 of file ../../src/developer/forensics/feedback/attachments/types.h

bool HasValue ()

Defined at line 88 of file ../../src/developer/forensics/feedback/attachments/types.h

std::string_view Value ()

Defined at line 90 of file ../../src/developer/forensics/feedback/attachments/types.h

bool HasError ()

Defined at line 92 of file ../../src/developer/forensics/feedback/attachments/types.h

enum Error Error ()

Defined at line 94 of file ../../src/developer/forensics/feedback/attachments/types.h

AttachmentState State ()

Defined at line 96 of file ../../src/developer/forensics/feedback/attachments/types.h

zx::duration CollectionDuration ()

Defined at line 98 of file ../../src/developer/forensics/feedback/attachments/types.h

AttachmentValue Clone ()

Allow callers to explicitly copy an attachment.

Defined at line 101 of file ../../src/developer/forensics/feedback/attachments/types.h