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