#include <msa-distArray.h>
Public Member Functions | |
MSAAccum (MSA *msa_) | |
MSAAccum () | |
Accumulable< MSA > | accumulate (int x) |
Accumulable< MSA > | operator() (int x) |
Accumulable< MSA > | accumulate (int x, int y) |
Accumulable< MSA > | operator() (int x, int y) |
Accumulable< MSA > | accumulate (int x, int y, int z) |
Accumulable< MSA > | operator() (int x, int y, int z) |
void | accumulate (int x1, int y1, int z1, int x2, int y2, int z2, const ENTRY *buf) |
Protected Types | |
typedef MSA::T | ENTRY |
Definition at line 301 of file msa-distArray.h.
typedef MSA::T MSA::MSAAccum< MSA >::ENTRY [protected] |
Definition at line 308 of file msa-distArray.h.
MSA::MSAAccum< MSA >::MSAAccum | ( | MSA * | msa_ | ) | [inline] |
Definition at line 311 of file msa-distArray.h.
MSA::MSAAccum< MSA >::MSAAccum | ( | ) | [inline] |
Definition at line 313 of file msa-distArray.h.
Accumulable<MSA> MSA::MSAAccum< MSA >::accumulate | ( | int | x | ) | [inline] |
Definition at line 316 of file msa-distArray.h.
Referenced by MsaHashtable::Add::addTuple(), and MSA::MSAAccum< MSA::MSA1D< Hashtuple, DefaultListEntry< Hashtuple, true >, MSA_DEFAULT_ENTRIES_PER_PAGE > >::operator()().
Accumulable<MSA> MSA::MSAAccum< MSA >::operator() | ( | int | x | ) | [inline] |
Definition at line 321 of file msa-distArray.h.
Accumulable<MSA> MSA::MSAAccum< MSA >::accumulate | ( | int | x, | |
int | y | |||
) | [inline] |
Definition at line 326 of file msa-distArray.h.
Accumulable<MSA> MSA::MSAAccum< MSA >::operator() | ( | int | x, | |
int | y | |||
) | [inline] |
Definition at line 332 of file msa-distArray.h.
Accumulable<MSA> MSA::MSAAccum< MSA >::accumulate | ( | int | x, | |
int | y, | |||
int | z | |||
) | [inline] |
Definition at line 337 of file msa-distArray.h.
Accumulable<MSA> MSA::MSAAccum< MSA >::operator() | ( | int | x, | |
int | y, | |||
int | z | |||
) | [inline] |
Definition at line 343 of file msa-distArray.h.
void MSA::MSAAccum< MSA >::accumulate | ( | int | x1, | |
int | y1, | |||
int | z1, | |||
int | x2, | |||
int | y2, | |||
int | z2, | |||
const ENTRY * | buf | |||
) | [inline] |
Definition at line 347 of file msa-distArray.h.