v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
v8::String::Utf8Value Class Reference

#include <v8.h>

Public Member Functions

 Utf8Value (Handle< v8::Value > obj)
 
 ~Utf8Value ()
 
char * operator* ()
 
const char * operator* () const
 
int length () const
 

Detailed Description

Converts an object to a UTF-8-encoded character array. Useful if you want to print the object. If conversion to a string fails (e.g. 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

v8::String::Utf8Value::Utf8Value ( Handle< v8::Value obj)
explicit
v8::String::Utf8Value::~Utf8Value ( )

Member Function Documentation

int v8::String::Utf8Value::length ( ) const
inline
char* v8::String::Utf8Value::operator* ( )
inline
const char* v8::String::Utf8Value::operator* ( ) const
inline

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