|
V8 Project
|
#include <vector.h>
Inheritance diagram for v8::internal::ScopedVector< T >:
Collaboration diagram for v8::internal::ScopedVector< T >:Public Member Functions | |
| ScopedVector (int length) | |
| ~ScopedVector () | |
Public Member Functions inherited from v8::internal::Vector< T > | |
| Vector () | |
| Vector (T *data, int length) | |
| Vector< T > | SubVector (int from, int to) |
| int | length () const |
| bool | is_empty () const |
| T * | start () const |
| T & | operator[] (int index) const |
| const T & | at (int index) const |
| T & | first () |
| T & | last () |
| Vector< T > | Clone () const |
| void | Sort (int(*cmp)(const T *, const T *)) |
| void | Sort () |
| void | Truncate (int length) |
| void | Dispose () |
| Vector< T > | operator+ (int offset) |
| bool | operator== (const Vector< T > &other) const |
Private Member Functions | |
| DISALLOW_IMPLICIT_CONSTRUCTORS (ScopedVector) | |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::Vector< T > | |
| static Vector< T > | New (int length) |
| static Vector< T > | empty () |
| template<typename S > | |
| static Vector< T > | cast (Vector< S > input) |
Protected Member Functions inherited from v8::internal::Vector< T > | |
| void | set_start (T *start) |
|
inlineexplicit |
|
inline |
Definition at line 138 of file vector.h.
References v8::internal::DeleteArray(), and v8::internal::Vector< T >::start().
Here is the call graph for this function:
|
private |