CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
StrPatternDecl Struct Reference

#include <parse.h>

Data Fields

strref pat
 Pattern text.
 
flags_t flags
 STRPAT_FLAGS.
 
LazyInitState state
 Guards the one-time compile.
 
StrPatterncompiled
 The compiled pattern, once there is one.
 
struct StrPatternDeclnext
 Links every compiled pattern off a global root.
 

Detailed Description

File-scope pattern declaration, compiled on first use.

Declared by STR_PATTERN and read with strPat(); there is no reason to build one by hand.

Definition at line 320 of file parse.h.


The documentation for this struct was generated from the following file: