v8  3.11.10(node0.8.26)
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 7692 of file objects.h.

Constructor & Destructor Documentation

VectorIterator ( T d,
int  l 
)
inline

Definition at line 7694 of file objects.h.

VectorIterator ( Vector< const T data)
inlineexplicit

Definition at line 7695 of file objects.h.

Member Function Documentation

T GetNext ( )
inline

Definition at line 7696 of file objects.h.

bool has_more ( )
inline

Definition at line 7697 of file objects.h.


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