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

#include <bigint.h>

Inheritance diagram for v8::bigint::RWDigits:
Collaboration diagram for v8::bigint::RWDigits:

Classes

class  WritableDigitReference
 

Public Member Functions

 RWDigits (digit_t *mem, int len)
 
 RWDigits (RWDigits src, int offset, int len)
 
RWDigits operator+ (int i)
 
WritableDigitReference operator[] (int i)
 
digit_tdigits ()
 
void set_len (int len)
 
void Clear ()
 
- Public Member Functions inherited from v8::bigint::Digits
 Digits (const digit_t *mem, int len)
 
 Digits (digit_t *mem, int len)
 
 Digits (Digits src, int offset, int len)
 
 Digits ()
 
Digits operator+ (int i)
 
digit_t operator[] (int i)
 
digit_t msd ()
 
bool operator== (const Digits &other) const
 
void Normalize ()
 
void TrimOne ()
 
int len ()
 
const digit_tdigits () const
 

Additional Inherited Members

- Protected Attributes inherited from v8::bigint::Digits
digit_tdigits_
 
int len_
 

Detailed Description

Definition at line 138 of file bigint.h.

Constructor & Destructor Documentation

◆ RWDigits() [1/2]

v8::bigint::RWDigits::RWDigits ( digit_t * mem,
int len )
inline

Definition at line 140 of file bigint.h.

Here is the caller graph for this function:

◆ RWDigits() [2/2]

v8::bigint::RWDigits::RWDigits ( RWDigits src,
int offset,
int len )
inline

Definition at line 141 of file bigint.h.

Member Function Documentation

◆ Clear()

void v8::bigint::RWDigits::Clear ( )
inline

Definition at line 193 of file bigint.h.

Here is the caller graph for this function:

◆ digits()

digit_t * v8::bigint::RWDigits::digits ( )
inline

Definition at line 190 of file bigint.h.

Here is the caller graph for this function:

◆ operator+()

RWDigits v8::bigint::RWDigits::operator+ ( int i)
inline

Definition at line 142 of file bigint.h.

Here is the call graph for this function:

◆ operator[]()

WritableDigitReference v8::bigint::RWDigits::operator[] ( int i)
inline

Definition at line 184 of file bigint.h.

◆ set_len()

void v8::bigint::RWDigits::set_len ( int len)
inline

Definition at line 191 of file bigint.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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