Base class for intermediate dump object types. More...
#include "util/ios/ios_intermediate_dump_object.h"
Public Types | |
enum class | Type |
The type of object stored in the intermediate dump. . More... | |
Public Member Functions | |
IOSIntermediateDumpObject (const IOSIntermediateDumpObject &)=delete | |
IOSIntermediateDumpObject & | operator= (const IOSIntermediateDumpObject &)=delete |
virtual Type | GetType () const =0 |
Returns a type. | |
Base class for intermediate dump object types.
|
strong |
|
pure virtual |
Returns a type.
Implemented in crashpad::internal::IOSIntermediateDumpData, crashpad::internal::IOSIntermediateDumpList, and crashpad::internal::IOSIntermediateDumpMap.