#include <parallel_part.h>
Public Member Functions | |
void | accumulate (T &a, const T &b) |
T | getIdentity () |
bool | pupEveryElement () |
Static Public Member Functions | |
template<typename U> | |
static void | accumulate (T &a, const U &b) |
static T | getIdentity () |
static bool | pupEveryElement () |
Definition at line 23 of file parallel_part.h.
void DefaultListEntry< T, PUP_EVERY_ELEMENT >::accumulate | ( | T & | a, | |
const T & | b | |||
) | [inline] |
Definition at line 25 of file parallel_part.h.
T DefaultListEntry< T, PUP_EVERY_ELEMENT >::getIdentity | ( | ) | [inline] |
Definition at line 27 of file parallel_part.h.
bool DefaultListEntry< T, PUP_EVERY_ELEMENT >::pupEveryElement | ( | ) | [inline] |
Definition at line 28 of file parallel_part.h.
static void DefaultListEntry< T, PUP_EVERY_ELEMENT >::accumulate | ( | T & | a, | |
const U & | b | |||
) | [inline, static] |
Definition at line 165 of file MsaHashtable.h.
static T DefaultListEntry< T, PUP_EVERY_ELEMENT >::getIdentity | ( | ) | [inline, static] |
Definition at line 167 of file MsaHashtable.h.
static bool DefaultListEntry< T, PUP_EVERY_ELEMENT >::pupEveryElement | ( | ) | [inline, static] |
Definition at line 168 of file MsaHashtable.h.