Crashpad
 
Loading...
Searching...
No Matches
crashpad::internal::IOSIntermediateDumpObject Class Referenceabstract

Base class for intermediate dump object types. More...

#include "util/ios/ios_intermediate_dump_object.h"

Inheritance diagram for crashpad::internal::IOSIntermediateDumpObject:
[legend]

Public Types

enum class  Type
 The type of object stored in the intermediate dump. . More...
 

Public Member Functions

 IOSIntermediateDumpObject (const IOSIntermediateDumpObject &)=delete
 
IOSIntermediateDumpObjectoperator= (const IOSIntermediateDumpObject &)=delete
 
virtual Type GetType () const =0
 Returns a type.
 

Detailed Description

Base class for intermediate dump object types.

Member Enumeration Documentation

◆ Type

The type of object stored in the intermediate dump. .

Enumerator
kData 

A data object, containing array of bytes.

kMap 

A map object, containing other lists, maps and data objects.

kList 

A list object, containing a list of map objects.

Member Function Documentation

◆ GetType()

virtual Type crashpad::internal::IOSIntermediateDumpObject::GetType ( ) const
pure virtual

The documentation for this class was generated from the following files: