ArrayElement Class Reference

#include <sparsearray.h>

List of all members.

Public Member Functions

 ArrayElement ()
void reallocate (HashMap< I, D * > *hashData)
void set (const I index, D value, D *dummy)
D operator+ (ArrayElement &el2)
D operator+ (D el2)
bool operator> (D el2)
bool operator> (ArrayElement &el2)
Doperator= (D value)
Doperator= (ArrayElement &el2)
 operator D ()

Protected Attributes

I index
D value
HashMap< I, D * > * hashData
Ddummy

template<typename I, typename D>
class matrix::SparseArray< I, D >::ArrayElement


Constructor & Destructor Documentation

ArrayElement (  )  [inline]

Member Function Documentation

operator D (  )  [inline]
D operator+ ( D  el2  )  [inline]
D operator+ ( ArrayElement el2  )  [inline]
D& operator= ( ArrayElement el2  )  [inline]
D& operator= ( D  value  )  [inline]
bool operator> ( ArrayElement el2  )  [inline]
bool operator> ( D  el2  )  [inline]
void reallocate ( HashMap< I, D * > *  hashData  )  [inline]
void set ( const I  index,
D  value,
D dummy 
) [inline]

Member Data Documentation

D* dummy [protected]
HashMap<I, D* >* hashData [protected]
I index [protected]
D value [protected]

The documentation for this class was generated from the following file:
Generated on Thu Jun 28 14:49:09 2012 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.6.3