dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Comparator.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
typedef
int( *
collComparator
)(
const
void
* left,
const
void
* right );
7
8
int
collStringComparator
(
const
char
* * left,
const
char
* * right );
9
10
#ifdef __cplusplus
11
}
12
#endif
collStringComparator
int collStringComparator(const char **left, const char **right)
collComparator
int(* collComparator)(const void *left, const void *right)
Definition:
Comparator.h:6
inc
coll
Comparator.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7