Public メソッド | Static Public メソッド | Private メソッド

クラス v8::TypeSwitch

#include <v8.h>

v8::Dataを継承しています。

すべてのメンバ一覧

Public メソッド

int match (Handle< Value > value)

Static Public メソッド

static Local< TypeSwitchNew (Handle< FunctionTemplate > type)
static Local< TypeSwitchNew (int argc, Handle< FunctionTemplate > types[])

Private メソッド

 TypeSwitch ()

説明

A utility for determining the type of objects based on the template they were constructed from.

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


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

v8::TypeSwitch::TypeSwitch (  )  [private]

関数

int v8::TypeSwitch::match ( v8::Handle< Value value  ) 
Local< TypeSwitch > v8::TypeSwitch::New ( Handle< FunctionTemplate type  )  [static]

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

Local< TypeSwitch > v8::TypeSwitch::New ( int  argc,
Handle< FunctionTemplate types[] 
) [static]

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