Changeset 18744 in vbox for trunk/include/iprt
- Timestamp:
- Apr 6, 2009 11:08:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r18187 r18744 187 187 * (For parsing ls -latrT4 kind of option lists.) */ 188 188 const char *pszNextShort; 189 /** The option definition which matched. NULL otherwise. */ 190 PCRTGETOPTDEF pDef; 189 191 /* More members will be added later for dealing with initial 190 192 call, optional sorting, '--' and so on. */ … … 297 299 * 298 300 * @returns 0 when done parsing. 301 * @returns the iShort value of the option. pState->pDef points to the option 302 * definition which matched. 299 303 * @returns IPRT error status on parse error. 300 304 * @returns VINF_GETOPT_NOT_OPTION when encountering a non-option argument and
Note:
See TracChangeset
for help on using the changeset viewer.