#include <v8-inspector.h>
Public Member Functions | |
V8DebuggerId ()=default | |
V8DebuggerId (const V8DebuggerId &)=default | |
V8DebuggerId & | operator= (const V8DebuggerId &)=default |
std::unique_ptr< StringBuffer > | toString () const |
bool | isValid () const |
std::pair< int64_t, int64_t > | pair () const |
Friends | |
class | internal::V8DebuggerId |
|
default |
|
default |
bool v8_inspector::V8DebuggerId::isValid | ( | ) | const |
|
default |
std::pair< int64_t, int64_t > v8_inspector::V8DebuggerId::pair | ( | ) | const |
std::unique_ptr< StringBuffer > v8_inspector::V8DebuggerId::toString | ( | ) | const |
|
friend |