![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <spaces.h>
Public Member Functions | |
| PageIteratorImpl (PageType *p) | |
| PageIteratorImpl (const PageIteratorImpl &) V8_NOEXCEPT=default | |
| PageIteratorImpl & | operator= (const PageIteratorImpl &) V8_NOEXCEPT=default |
| PageType * | operator* () |
| bool | operator== (const PageIteratorImpl< PageType > &rhs) const |
| bool | operator!= (const PageIteratorImpl< PageType > &rhs) const |
| PageIteratorImpl< PageType > & | operator++ () |
| PageIteratorImpl< PageType > | operator++ (int) |
Private Attributes | |
| PageType * | p_ |
Additional Inherited Members | |
Public Types inherited from v8::base::iterator< std::forward_iterator_tag, PageType > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
Definition at line 24 of file spaces-inl.h.
|
inline |
|
default |
|
inline |
|
private |