Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ SortedSet_dhCreate()

void SortedSet_dhCreate ( SortedSet_dh * ss,
int initialSize )
extern

Definition at line 51 of file SortedSet_dh.c.

◆ SortedSet_dhDestroy()

void SortedSet_dhDestroy ( SortedSet_dh ss)
extern

Definition at line 68 of file SortedSet_dh.c.

◆ SortedSet_dhInsert()

void SortedSet_dhInsert ( SortedSet_dh ss,
int idx )
extern

Definition at line 83 of file SortedSet_dh.c.

◆ SortedSet_dhGetList()

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

Definition at line 126 of file SortedSet_dh.c.