#include <idset.h>
Data Fields | |
| bool | idbased |
| struct idset * | next |
| uint32_t | range_count |
| struct globset_range * | ranges |
| union { | |
| struct GUID guid | |
| uint16_t id | |
| } | repl |
| bool | single |
| struct GUID idset::guid |
Referenced by IDSET_dump(), IDSET_includes_guid_glob(), IDSET_merge_idsets(), IDSET_parse(), IDSET_remove_rawidset(), and IDSET_serialize().
| uint16_t idset::id |
Referenced by IDSET_dump(), IDSET_includes_eid(), IDSET_merge_idsets(), IDSET_parse(), IDSET_remove_rawidset(), and IDSET_serialize().
| bool idset::idbased |
| struct idset* idset::next |
| uint32_t idset::range_count |
Referenced by IDSET_check_ranges(), IDSET_dump(), IDSET_merge_idsets(), and IDSET_parse().
| struct globset_range* idset::ranges |
| union { ... } idset::repl |
| bool idset::single |
Referenced by IDSET_remove_rawidset().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |