libcollection  0.5.0
Macros
Constants defining sort order

Macros

#define COL_SORT_ASC   0x00000000
 Sort in ascending order.
 
#define COL_SORT_DESC   0x00000001
 Sort in descending order.
 
#define COL_SORT_SUB   0x00000002
 Sort all sub collections.
 
#define COL_SORT_MYSUB   0x00000004
 Sort only embedded sub collections. More...
 

Detailed Description

All flags can be combined in OR operation. Flags COL_SORT_ASC and COL_SORT_DESC are mutually exclusive. If both specified the collection will be sorted in the descending order.

Macro Definition Documentation

#define COL_SORT_MYSUB   0x00000004

Sort only embedded sub collections.

Ignored if COL_SORT_SUB is not specified.