#include <GlobalVector.hpp>
Public Member Functions | |
Proxy (GlobalVector *const outer) | |
void | clear () |
Proxy * | clone_fresh () |
bool | is_full () |
void | sync () |
Public Attributes | |
GlobalVector * | outer |
T | buffer [BUFFER_CAPACITY] |
long | npush |
T * | deqs [BUFFER_CAPACITY] |
long | ndeq |
T * | pops [BUFFER_CAPACITY] |
long | npop |
Definition at line 296 of file GlobalVector.hpp.
|
inline |
Definition at line 308 of file GlobalVector.hpp.
|
inline |
Definition at line 310 of file GlobalVector.hpp.
|
inline |
Definition at line 312 of file GlobalVector.hpp.
|
inline |
Definition at line 314 of file GlobalVector.hpp.
|
inline |
Definition at line 316 of file GlobalVector.hpp.
T Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::buffer[BUFFER_CAPACITY] |
Definition at line 298 of file GlobalVector.hpp.
T* Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::deqs[BUFFER_CAPACITY] |
Definition at line 302 of file GlobalVector.hpp.
long Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::ndeq |
Definition at line 303 of file GlobalVector.hpp.
long Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::npop |
Definition at line 306 of file GlobalVector.hpp.
long Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::npush |
Definition at line 300 of file GlobalVector.hpp.
GlobalVector* Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::outer |
Definition at line 297 of file GlobalVector.hpp.
T* Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::pops[BUFFER_CAPACITY] |
Definition at line 305 of file GlobalVector.hpp.