Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
v8_inspector::DeepSerializationResult Struct Reference

#include <v8-inspector.h>

Collaboration diagram for v8_inspector::DeepSerializationResult:
[legend]

Public Member Functions

 DeepSerializationResult (std::unique_ptr< DeepSerializedValue > serializedValue)
 
 DeepSerializationResult (std::unique_ptr< StringBuffer > errorMessage)
 

Public Attributes

std::unique_ptr< DeepSerializedValueserializedValue
 
std::unique_ptr< StringBuffererrorMessage
 
bool isSuccess
 

Constructor & Destructor Documentation

◆ DeepSerializationResult() [1/2]

v8_inspector::DeepSerializationResult::DeepSerializationResult ( std::unique_ptr< DeepSerializedValue serializedValue)
inlineexplicit

◆ DeepSerializationResult() [2/2]

v8_inspector::DeepSerializationResult::DeepSerializationResult ( std::unique_ptr< StringBuffer errorMessage)
inlineexplicit

Member Data Documentation

◆ errorMessage

std::unique_ptr<StringBuffer> v8_inspector::DeepSerializationResult::errorMessage

◆ isSuccess

bool v8_inspector::DeepSerializationResult::isSuccess

◆ serializedValue

std::unique_ptr<DeepSerializedValue> v8_inspector::DeepSerializationResult::serializedValue

The documentation for this struct was generated from the following file: