A data object, consisting of a std::vector<uint8_t>.
More...
#include "util/ios/ios_intermediate_dump_data.h"
|
enum class | Type |
| The type of object stored in the intermediate dump. . More...
|
|
A data object, consisting of a std::vector<uint8_t>.
◆ IOSIntermediateDumpData()
crashpad::internal::IOSIntermediateDumpData::IOSIntermediateDumpData |
( |
std::vector< uint8_t > | data | ) |
|
|
inline |
Constructs a new data object which owns a std::vector<uint8_t>.
- Parameters
-
[in] | data | A vector of uint8_t. |
◆ GetType()
◆ GetValue()
template<typename T>
bool crashpad::internal::IOSIntermediateDumpData::GetValue |
( |
T * | value | ) |
const |
|
inline |
Copies the data into value if sizeof(T) matches data_.size().
- Parameters
-
[out] | value | The data to populate. |
- Returns
- On success, returns
true
, otherwise returns false
.
The documentation for this class was generated from the following files:
- util/ios/ios_intermediate_dump_data.h
- util/ios/ios_intermediate_dump_data.cc