1optionMemberList(3)           Programmer's Manual          optionMemberList(3)
2
3
4

NAME

6       optionMemberList - Get the list of members of a bit mask set
7
8

SYNOPSIS

10       #include <your-opts.h>
11       cc [...] -o outfile infile.c -lopts [...]
12
13       char* optionMemberList(tOptDesc * od);
14
15

DESCRIPTION

17       This  converts the OPT_VALUE_name mask value to a allocated string.  It
18       is the caller's responsibility to free the string.
19
20       od     the set membership option description
21
22

RETURN VALUE

24       the names of the set bits
25

SEE ALSO

27       The info documentation for the -lopts library.
28       ao_string_tokenize(3),  configFileLoad(3),  optionFileLoad(3),  option‐
29       FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
30       optionLoadLine(3), optionNextValue(3),  optionOnlyUsage(3),  optionPro‐
31       cess(3),   optionRestore(3),   optionSaveFile(3),   optionSaveState(3),
32       optionUnloadNested(3),  optionVersion(3),  strequate(3),  streqvcmp(3),
33       streqvmap(3), strneqvcmp(3), strtransform(3),
34
35
36
37                                  2014-06-10               optionMemberList(3)
Impressum