#include <objects.h>
Public メソッド | |
| VectorIterator (T *d, int l) | |
| VectorIterator (Vector< const T > data) | |
| T | GetNext () |
| bool | has_more () |
Private 変数 | |
| Vector< const T > | data_ |
| int | index_ |
| v8::internal::VectorIterator< T >::VectorIterator | ( | T * | d, | |
| int | l | |||
| ) | [inline] |
| v8::internal::VectorIterator< T >::VectorIterator | ( | Vector< const T > | data | ) | [inline, explicit] |
| T v8::internal::VectorIterator< T >::GetNext | ( | ) | [inline] |
| bool v8::internal::VectorIterator< T >::has_more | ( | ) | [inline] |
Vector<const T> v8::internal::VectorIterator< T >::data_ [private] |
int v8::internal::VectorIterator< T >::index_ [private] |
1.7.1