struct AnnotationSnapshot
Defined at line 26 of file ../../third_party/crashpad/src/snapshot/annotation_snapshot.h
\
!brief The snapshot representation of a client's Annotation.
Public Members
basic_string name
uint16_t type
vector value
Public Methods
void AnnotationSnapshot ()
void AnnotationSnapshot (const std::string & name, uint16_t type, const std::vector<uint8_t> & value)
bool operator!= (const AnnotationSnapshot & other)
Defined at line 34 of file ../../third_party/crashpad/src/snapshot/annotation_snapshot.h
void ~AnnotationSnapshot ()
bool operator== (const AnnotationSnapshot & other)