#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_parse(), and IDSET_remove_rawidset().
| uint16_t idset::id |
Referenced by IDSET_dump(), IDSET_includes_eid(), IDSET_parse(), and IDSET_remove_rawidset().
| bool idset::idbased |
Referenced by IDSET_dump(), IDSET_includes_eid(), IDSET_includes_guid_glob(), IDSET_parse(), and IDSET_remove_rawidset().
| 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 |
Referenced by IDSET_check_ranges(), IDSET_dump(), IDSET_includes_eid(), IDSET_includes_guid_glob(), and IDSET_parse().
| union { ... } idset::repl |
Referenced by IDSET_dump(), IDSET_includes_eid(), IDSET_includes_guid_glob(), IDSET_parse(), and IDSET_remove_rawidset().
| 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/ |