#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 307 of file GlobalVector.hpp.
|
inline |
Definition at line 319 of file GlobalVector.hpp.
|
inline |
Definition at line 321 of file GlobalVector.hpp.
|
inline |
Definition at line 323 of file GlobalVector.hpp.
|
inline |
Definition at line 325 of file GlobalVector.hpp.
|
inline |
Definition at line 327 of file GlobalVector.hpp.
T Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::buffer[BUFFER_CAPACITY] |
Definition at line 309 of file GlobalVector.hpp.
T* Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::deqs[BUFFER_CAPACITY] |
Definition at line 313 of file GlobalVector.hpp.
long Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::ndeq |
Definition at line 314 of file GlobalVector.hpp.
long Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::npop |
Definition at line 317 of file GlobalVector.hpp.
long Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::npush |
Definition at line 311 of file GlobalVector.hpp.
GlobalVector* Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::outer |
Definition at line 308 of file GlobalVector.hpp.
T* Grappa::GlobalVector< T, BUFFER_CAPACITY >::Proxy::pops[BUFFER_CAPACITY] |
Definition at line 316 of file GlobalVector.hpp.