|
libcomps ..
|
COMPS_DocCategory header file. More...
#include "comps_obj.h"#include "comps_objdict.h"#include "comps_objlist.h"#include "comps_utils.h"#include "comps_docgroupid.h"#include "comps_validate.h"#include "comps_radix.h"#include "comps_log.h"#include "comps_default.h"#include <stddef.h>#include <assert.h>Go to the source code of this file.
Data Structures | |
| struct | COMPS_DocCategory |
COMPS_DocCategory header file.
COMPS_DocCategory object support union operation. Read more about Libcomps objects unioning
| void comps_doccategory_add_groupid | ( | COMPS_DocCategory * | cat, |
| COMPS_DocGroupId * | gid ) |
add group_id to group_ids list in category
| cat | COMPS_DocCategory object |
| gid | COMPS_DocGroupId object |
| signed char comps_doccategory_cmp_u | ( | COMPS_Object * | cat1, |
| COMPS_Object * | cat2 ) |
COMPS_DocCategory compare callback
| cat1 | COMPS_DocCategory object |
| cat2 | COMPS_DocCategory object |
| COMPS_DocCategory * comps_doccategory_intersect | ( | COMPS_DocCategory * | c1, |
| COMPS_DocCategory * | c2 ) |
intersect two categories into one and return new COMPS_DocCategory object
| c1 | COMPS_DocCategory object |
| c2 | COMPS_DocCategory object |
| COMPS_DocCategory * comps_doccategory_union | ( | COMPS_DocCategory * | c1, |
| COMPS_DocCategory * | c2 ) |
union two categories into one and return new COMPS_DocCategory object
| c1 | COMPS_DocCategory object |
| c2 | COMPS_DocCategory object |