Ifpack Package Browser (Single Doxygen Collection)
Development
|
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) |
#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.
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.