digikam
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Neptune.h"
#include "NptDebug.h"
Include dependency graph for ListsTest1.cpp:

Go to the source code of this file.
Macros | |
#define | CHECK(x) |
Functions | |
static int | compare (NPT_UInt32 a, NPT_UInt32 b) |
int | main (int, char **) |
static int | SortTest () |
Variables | |
static unsigned int | A_Count = 0 |
static int | ApplyCounter = 0 |
Macro Definition Documentation
#define CHECK | ( | x | ) |
Value:
{ \
if (!(x)) { \
printf("TEST FAILED line %d\n", __LINE__); \
return 1; \
} \
}
Definition at line 65 of file ListsTest1.cpp.
Function Documentation
|
static |
Definition at line 76 of file ListsTest1.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 110 of file ListsTest1.cpp.
|
static |
Definition at line 85 of file ListsTest1.cpp.
Variable Documentation
|
static |
Definition at line 22 of file ListsTest1.cpp.
|
static |
Definition at line 54 of file ListsTest1.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 04:37:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 04:37:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.