#include <string-util.h>
|
| Binary (std::shared_ptr< std::vector< uint8_t > > bytes) |
|
|
std::shared_ptr< std::vector< uint8_t > > | bytes_ |
|
Definition at line 47 of file string-util.h.
◆ Binary() [1/2]
v8_inspector::protocol::Binary::Binary |
( |
| ) |
|
|
inline |
◆ Binary() [2/2]
v8_inspector::protocol::Binary::Binary |
( |
std::shared_ptr< std::vector< uint8_t > > | bytes | ) |
|
|
inlineexplicitprivate |
◆ data()
const uint8_t * v8_inspector::protocol::Binary::data |
( |
| ) |
const |
|
inline |
◆ fromBase64()
Binary v8_inspector::protocol::Binary::fromBase64 |
( |
const String & | base64, |
|
|
bool * | success ) |
|
static |
◆ fromSpan() [1/2]
◆ fromSpan() [2/2]
static Binary v8_inspector::protocol::Binary::fromSpan |
( |
v8_crdtp::span< uint8_t > | span | ) |
|
|
inlinestatic |
◆ size()
size_t v8_inspector::protocol::Binary::size |
( |
| ) |
const |
|
inline |
◆ toBase64()
String v8_inspector::protocol::Binary::toBase64 |
( |
| ) |
const |
◆ bytes_
std::shared_ptr<std::vector<uint8_t> > v8_inspector::protocol::Binary::bytes_ |
|
private |
The documentation for this class was generated from the following files: