Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SparseArray< I, D >::ArrayElement Class Reference

#include <sparsearray.h>

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
 

Constructor & Destructor Documentation

ArrayElement ( )
inline

Member Function Documentation

operator D ( )
inline
D operator+ ( ArrayElement el2)
inline
D operator+ ( D  el2)
inline
D& operator= ( D  value)
inline
D& operator= ( ArrayElement el2)
inline
bool operator> ( D  el2)
inline
bool operator> ( ArrayElement 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: