class AttachmentValue
Defined at line 23 of file ../../src/developer/forensics/feedback/attachments/types.h
Public Methods
void AttachmentValue (std::string value)
Defined at line 31 of file ../../src/developer/forensics/feedback/attachments/types.h
void AttachmentValue (std::string value, enum Error error)
Defined at line 35 of file ../../src/developer/forensics/feedback/attachments/types.h
void AttachmentValue (enum Error error)
Defined at line 39 of file ../../src/developer/forensics/feedback/attachments/types.h
bool HasValue ()
Defined at line 41 of file ../../src/developer/forensics/feedback/attachments/types.h
std::string_view Value ()
Defined at line 43 of file ../../src/developer/forensics/feedback/attachments/types.h
bool HasError ()
Defined at line 48 of file ../../src/developer/forensics/feedback/attachments/types.h
enum Error Error ()
Defined at line 50 of file ../../src/developer/forensics/feedback/attachments/types.h
enum State State ()
Defined at line 55 of file ../../src/developer/forensics/feedback/attachments/types.h
AttachmentValue Clone ()
Allow callers to explicitly copy an attachment.
Defined at line 58 of file ../../src/developer/forensics/feedback/attachments/types.h
Enumerations
enum State
| Name | Value |
|---|---|
| kComplete | 0 |
| kPartial | 1 |
| kMissing | 2 |
Defined at line 25 of file ../../src/developer/forensics/feedback/attachments/types.h