The structure of one element form my vector in my list of elements. More...
#include <uservector.h>

Public Attributes | |
| int | index |
| The index of the element. | |
| Type | value |
| The value of the element. | |
| VectorElement * | next |
| A pointer to the next element. | |
The structure of one element form my vector in my list of elements.
Definition at line 843 of file uservector.h.
| int SparseVector< Type >::VectorElement::index |
The index of the element.
Definition at line 846 of file uservector.h.
| Type SparseVector< Type >::VectorElement::value |
The value of the element.
Definition at line 849 of file uservector.h.
| VectorElement* SparseVector< Type >::VectorElement::next |
A pointer to the next element.
Definition at line 852 of file uservector.h.
1.6.1