v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VectorIterator< T > Class Template Reference

#include <objects.h>

Public Member Functions

 VectorIterator (T *d, int l)
 
 VectorIterator (Vector< const T > data)
 
T GetNext ()
 
bool has_more ()
 

Detailed Description

template<typename T>
class v8::internal::VectorIterator< T >

Definition at line 9459 of file objects.h.

Constructor & Destructor Documentation

VectorIterator ( T d,
int  l 
)
inline

Definition at line 9461 of file objects.h.

VectorIterator ( Vector< const T data)
inlineexplicit

Definition at line 9462 of file objects.h.

Member Function Documentation

T GetNext ( )
inline

Definition at line 9463 of file objects.h.

bool has_more ( )
inline

Definition at line 9464 of file objects.h.


The documentation for this class was generated from the following file: