A list object, consisting of a vector of IOSIntermediateDumpMap. More...
#include "util/ios/ios_intermediate_dump_list.h"
Public Types | |
using | VectorType = std::vector<std::unique_ptr<const IOSIntermediateDumpMap>> |
Public Types inherited from crashpad::internal::IOSIntermediateDumpObject | |
enum class | Type |
The type of object stored in the intermediate dump. . More... | |
Public Member Functions | |
IOSIntermediateDumpList (const IOSIntermediateDumpList &)=delete | |
IOSIntermediateDumpList & | operator= (const IOSIntermediateDumpList &)=delete |
Type | GetType () const override |
Returns a type. | |
VectorType::const_iterator | begin () const |
VectorType::const_iterator | end () const |
VectorType::size_type | size () const |
void | push_back (std::unique_ptr< const IOSIntermediateDumpMap > val) |
Public Member Functions inherited from crashpad::internal::IOSIntermediateDumpObject | |
IOSIntermediateDumpObject (const IOSIntermediateDumpObject &)=delete | |
IOSIntermediateDumpObject & | operator= (const IOSIntermediateDumpObject &)=delete |
A list object, consisting of a vector of IOSIntermediateDumpMap.
Provides a wrapper around an internal std::vector.
|
overridevirtual |
Returns a type.
Implements crashpad::internal::IOSIntermediateDumpObject.