libcollection 0.6.2
Loading...
Searching...
No Matches
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.
 

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

◆ COL_SORT_MYSUB

#define COL_SORT_MYSUB   0x00000004

Sort only embedded sub collections.

Ignored if COL_SORT_SUB is not specified.