logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmParseTable — Data type for a compound string parse table "XmParseTable" "data types" "XmParseTable"

Description

XmParseTable is the data type for an array of parse mappings (objects of type XmParseMapping).

       A  parse table is used by some routines that parse and unparse compound strings.  The table is an ordered
       list of parse mappings.  A parsing routine that uses a parse table scans the input text and searches  the
       parse  mappings,  in order, for one containing a pattern that matches the input text.  The matching parse
       mapping supplies a compound string to be included in the compound string under construction.

       An unparsing routine that uses a parse table searches the parse mappings, in order, for one containing  a
       compound string that matches the input compound string.  The unparsing routine can then include the parse
       mapping's text pattern in the output text under construction.

Name

XmParseTable — Data type for a compound string parse table "XmParseTable" "data types" "XmParseTable"

Synopsis

       #include <Xm/Xm.h>

See Also