Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
SortedSet_dh.c File Reference
#include "SortedSet_dh.h"
#include "shellSort_dh.h"
#include "Mem_dh.h"
Include dependency graph for SortedSet_dh.c:

Go to the source code of this file.

Macros

#define __FUNC__   "SortedSet_dhCreate"
 
#define __FUNC__   "SortedSet_dhDestroy"
 
#define __FUNC__   "SortedSet_dhInsert"
 
#define __FUNC__   "SortedSet_dhGetList"
 

Functions

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

Macro Definition Documentation

#define __FUNC__   "SortedSet_dhCreate"

Definition at line 124 of file SortedSet_dh.c.

#define __FUNC__   "SortedSet_dhDestroy"

Definition at line 124 of file SortedSet_dh.c.

#define __FUNC__   "SortedSet_dhInsert"

Definition at line 124 of file SortedSet_dh.c.

#define __FUNC__   "SortedSet_dhGetList"

Definition at line 124 of file SortedSet_dh.c.

Function Documentation

void SortedSet_dhCreate ( SortedSet_dh ss,
int  size 
)

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.