#include <ElemList.h>
Public Member Functions | |
UniqElemList (const T &val) | |
UniqElemList () | |
void | uniquify () |
Definition at line 52 of file ElemList.h.
UniqElemList< T >::UniqElemList | ( | const T & | val | ) | [inline] |
Definition at line 54 of file ElemList.h.
UniqElemList< T >::UniqElemList | ( | ) | [inline] |
Definition at line 55 of file ElemList.h.
void UniqElemList< T >::uniquify | ( | ) | [inline] |
Definition at line 56 of file ElemList.h.
References count, CkVec< T >::length(), CkVec< T >::quickSort(), CkVec< T >::resize(), and ElemList< T >::vec.