GemaCoreLib
The GeMA Core library
Public Member Functions | Private Attributes | List of all members
GmLinkedSparseVector< T > Class Template Reference
Collaboration diagram for GmLinkedSparseVector< T >:
Collaboration graph
[legend]

Public Member Functions

const T at (int index, const T &defValue) const
 
void insert (int index, const T &val)
 
void remove (int index, const T &defValue)
 
void clear (int n, const T &defVal)
 

Private Attributes

QLinkedList< QPair< int, T > > _data
 Linked list storing (index, value) pairs. Sorted by index.
 

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