Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
SortedSet_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for SortedSet_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _sortedset_dh
 

Functions

void SortedSet_dhCreate (SortedSet_dh *ss, int initialSize)
 
void SortedSet_dhDestroy (SortedSet_dh ss)
 
void SortedSet_dhInsert (SortedSet_dh ss, int idx)
 
void SortedSet_dhGetList (SortedSet_dh ss, int **list, int *count)
 

Function Documentation

void SortedSet_dhCreate ( SortedSet_dh ss,
int  initialSize 
)

Definition at line 51 of file SortedSet_dh.c.

void SortedSet_dhDestroy ( SortedSet_dh  ss)

Definition at line 68 of file SortedSet_dh.c.

void SortedSet_dhInsert ( SortedSet_dh  ss,
int  idx 
)

Definition at line 83 of file SortedSet_dh.c.

void SortedSet_dhGetList ( SortedSet_dh  ss,
int **  list,
int *  count 
)

Definition at line 126 of file SortedSet_dh.c.