|
| struct | ParseVar |
| | Parse variable descriptor for Parsable interface implementations. More...
|
| |
|
|
typedef struct ParseVar | ParseVar |
| | Parse variable descriptor for Parsable interface implementations.
|
| |
Types for objects that know how to build themselves from text.
Not needed for normal API usage; only for objects that implement Parsable.
◆ PARSEVarFlags
Parse variable flags for Parsable interface implementations.
| Enumerator |
|---|
| PARSEVar_CaseInsensitive | the pattern was compiled case-insensitive
|
| PARSEVar_Trim | the trim option was given
|
| PARSEVar_Upper | the upper option was given
|
| PARSEVar_Lower | the lower option was given
|
Definition at line 377 of file parse.h.