Crashpad
 
Loading...
Searching...
No Matches
crashpad::internal::IOSIntermediateDumpList Class Reference

A list object, consisting of a vector of IOSIntermediateDumpMap. More...

#include "util/ios/ios_intermediate_dump_list.h"

Inheritance diagram for crashpad::internal::IOSIntermediateDumpList:
[legend]
Collaboration diagram for crashpad::internal::IOSIntermediateDumpList:
[legend]

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
 
IOSIntermediateDumpListoperator= (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
 
IOSIntermediateDumpObjectoperator= (const IOSIntermediateDumpObject &)=delete
 

Detailed Description

A list object, consisting of a vector of IOSIntermediateDumpMap.

Provides a wrapper around an internal std::vector.

Member Function Documentation

◆ GetType()

IOSIntermediateDumpObject::Type crashpad::internal::IOSIntermediateDumpList::GetType ( ) const
overridevirtual

Returns a type.

Implements crashpad::internal::IOSIntermediateDumpObject.


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