Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::String::Value Class Reference

#include <v8-primitive.h>

Public Member Functions

 Value (Isolate *isolate, Local< v8::Value > obj)
 
 ~Value ()
 
uint16_t * operator* ()
 
const uint16_t * operator* () const
 
int length () const
 
 Value (const Value &)=delete
 
void operator= (const Value &)=delete
 

Detailed Description

Converts an object to a two-byte (UTF-16-encoded) string. If conversion to a string fails (eg. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL.

Constructor & Destructor Documentation

◆ Value() [1/2]

v8::String::Value::Value ( Isolate isolate,
Local< v8::Value obj 
)

◆ ~Value()

v8::String::Value::~Value ( )

◆ Value() [2/2]

v8::String::Value::Value ( const Value )
delete

Member Function Documentation

◆ length()

int v8::String::Value::length ( ) const
inline

◆ operator*() [1/2]

uint16_t * v8::String::Value::operator* ( )
inline

◆ operator*() [2/2]

const uint16_t * v8::String::Value::operator* ( ) const
inline

◆ operator=()

void v8::String::Value::operator= ( const Value )
delete

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