v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::AsHexBytes Struct Reference

#include <ostreams.h>

Collaboration diagram for v8::internal::AsHexBytes:

Public Types

enum  ByteOrder { kLittleEndian , kBigEndian }
 

Public Member Functions

 AsHexBytes (uint64_t v, uint8_t min_bytes=1, ByteOrder byte_order=kLittleEndian)
 

Public Attributes

uint64_t value
 
uint8_t min_bytes
 
ByteOrder byte_order
 

Detailed Description

Definition at line 151 of file ostreams.h.

Member Enumeration Documentation

◆ ByteOrder

Enumerator
kLittleEndian 
kBigEndian 

Definition at line 152 of file ostreams.h.

Constructor & Destructor Documentation

◆ AsHexBytes()

v8::internal::AsHexBytes::AsHexBytes ( uint64_t v,
uint8_t min_bytes = 1,
ByteOrder byte_order = kLittleEndian )
inlineexplicit

Definition at line 153 of file ostreams.h.

Member Data Documentation

◆ byte_order

ByteOrder v8::internal::AsHexBytes::byte_order

Definition at line 158 of file ostreams.h.

◆ min_bytes

uint8_t v8::internal::AsHexBytes::min_bytes

Definition at line 157 of file ostreams.h.

◆ value

uint64_t v8::internal::AsHexBytes::value

Definition at line 156 of file ostreams.h.


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