Jive reference manual
List of all members | Public Member Functions | Public Attributes
jem::util::SparseArray< T, N, Alloc >::Element Class Reference

#include <jem/util/SparseArray.h>

Public Member Functions

 Element (const Index &i, const T &t)
 
 Element (const Element &rhs)
 

Public Attributes

const Index index
 
value
 

Constructor & Destructor Documentation

template<class T , int N = 1, class Alloc = FastAllocator>
jem::util::SparseArray< T, N, Alloc >::Element::Element ( const Index i,
const T &  t 
)
template<class T , int N = 1, class Alloc = FastAllocator>
jem::util::SparseArray< T, N, Alloc >::Element::Element ( const Element rhs)

Member Data Documentation

template<class T , int N = 1, class Alloc = FastAllocator>
const Index jem::util::SparseArray< T, N, Alloc >::Element::index
template<class T , int N = 1, class Alloc = FastAllocator>
T jem::util::SparseArray< T, N, Alloc >::Element::value