Public メソッド | Private メソッド | Private 変数

クラス v8::String::AsciiValue

#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.h901 行で定義されています。


コンストラクタとデストラクタ

v8::String::AsciiValue::AsciiValue ( Handle< v8::Value obj  )  [explicit]

api.cc2677 行で定義されています。

参照先 v8::EnsureInitialized(), v8::Handle< T >::IsEmpty(), length_, NULL, と str_.

v8::String::AsciiValue::~AsciiValue (  ) 

api.cc2698 行で定義されています。

参照先 v8::internal::DeleteArray(), と str_.

v8::String::AsciiValue::AsciiValue ( const AsciiValue  )  [private]

関数

int v8::String::AsciiValue::length (  )  [inline]

v8.h906 行で定義されています。

char* v8::String::AsciiValue::operator* (  )  [inline]

v8.h905 行で定義されています。

void v8::String::AsciiValue::operator= ( const AsciiValue  )  [private]

変数

v8.h909 行で定義されています。

参照元 AsciiValue().

v8.h908 行で定義されています。

参照元 AsciiValue(), と ~AsciiValue().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義