CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Parsable interface

Data Structures

struct  ParseVar
 Parse variable descriptor for Parsable interface implementations. More...
 

Typedefs

typedef struct ParseVar ParseVar
 Parse variable descriptor for Parsable interface implementations.
 

Enumerations

enum  PARSEVarFlags { PARSEVar_CaseInsensitive = 0x0001 , PARSEVar_Trim = 0x0002 , PARSEVar_Upper = 0x0004 , PARSEVar_Lower = 0x0008 }
 Parse variable flags for Parsable interface implementations. More...
 

Detailed Description

Types for objects that know how to build themselves from text.

Not needed for normal API usage; only for objects that implement Parsable.

Enumeration Type Documentation

◆ 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.