#include <v8.h>
Public メソッド | |
Utf8Value (Handle< v8::Value > obj) | |
~Utf8Value () | |
char * | operator* () |
int | length () |
Private メソッド | |
Utf8Value (const Utf8Value &) | |
void | operator= (const Utf8Value &) |
Private 変数 | |
char * | str_ |
int | length_ |
Converts an object to a utf8-encoded character array. Useful if you want to print the object.
v8::String::Utf8Value::~Utf8Value | ( | ) |
参照先 v8::internal::DeleteArray(), と str_.
v8::String::Utf8Value::Utf8Value | ( | const Utf8Value & | ) | [private] |
void v8::String::Utf8Value::operator= | ( | const Utf8Value & | ) | [private] |
int v8::String::Utf8Value::length_ [private] |
参照元 Utf8Value().
char* v8::String::Utf8Value::str_ [private] |
参照元 Utf8Value(), と ~Utf8Value().