SparseVector< Type >::VectorElement Struct Reference

The structure of one element form my vector in my list of elements. More...

#include <uservector.h>

Collaboration diagram for SparseVector< Type >::VectorElement:
Collaboration graph
[legend]

List of all members.

Public Attributes

int index
 The index of the element.
Type value
 The value of the element.
VectorElementnext
 A pointer to the next element.

Detailed Description

template<class Type>
struct SparseVector< Type >::VectorElement

The structure of one element form my vector in my list of elements.

Definition at line 843 of file uservector.h.


Member Data Documentation

template<class Type>
int SparseVector< Type >::VectorElement::index

The index of the element.

Definition at line 846 of file uservector.h.

template<class Type>
Type SparseVector< Type >::VectorElement::value

The value of the element.

Definition at line 849 of file uservector.h.

template<class Type>
VectorElement* SparseVector< Type >::VectorElement::next

A pointer to the next element.

Definition at line 852 of file uservector.h.


The documentation for this struct was generated from the following file:

Generated on 10 Mar 2013 for LaGO by  doxygen 1.6.1