#include <string-stream.h>
Public メソッド | |
| FmtElm (int value) | |
| FmtElm (const char *value) | |
| FmtElm (Object *value) | |
| FmtElm (Handle< Object > value) | |
| FmtElm (void *value) | |
Private 型 | |
| enum | Type { INT, C_STR, OBJ, HANDLE } |
Private 変数 | |
| Type | type_ |
| union { | |
| int u_int_ | |
| const char * u_c_str_ | |
| Object * u_obj_ | |
| Object ** u_handle_ | |
| } | data_ |
フレンド | |
| class | StringStream |
string-stream.h の 73 行で定義されています。
enum v8::internal::FmtElm::Type [private] |
string-stream.h の 82 行で定義されています。
| v8::internal::FmtElm::FmtElm | ( | int | value | ) | [inline] |
string-stream.h の 75 行で定義されています。
参照先 data_.
| v8::internal::FmtElm::FmtElm | ( | const char * | value | ) | [inline] |
string-stream.h の 76 行で定義されています。
参照先 data_.
| v8::internal::FmtElm::FmtElm | ( | Object * | value | ) | [inline] |
string-stream.h の 77 行で定義されています。
参照先 data_.
string-stream.h の 78 行で定義されています。
| v8::internal::FmtElm::FmtElm | ( | void * | value | ) | [inline] |
string-stream.h の 79 行で定義されています。
参照先 data_.
friend class StringStream [friend] |
string-stream.h の 81 行で定義されています。
union { ... } v8::internal::FmtElm::data_ [private] |
Type v8::internal::FmtElm::type_ [private] |
string-stream.h の 83 行で定義されています。
| const char* v8::internal::FmtElm::u_c_str_ |
string-stream.h の 86 行で定義されています。
string-stream.h の 88 行で定義されています。
string-stream.h の 85 行で定義されています。
string-stream.h の 87 行で定義されています。
1.7.1