KiCad PCB EDA Suite
Loading...
Searching...
No Matches
MARKUP Namespace Reference

Classes

struct  anyString
 anyString = a run of characters that do not start a command sequence, or if they do, they do not start a complete command prefix (command char + open brace) More...
 
struct  anyStringWithinBraces
 
struct  anything
 Finally, the full grammar. More...
 
struct  braces
 
struct  escapeSequence
 
struct  grammar
 
struct  markup
 
class  MARKUP_PARSER
 
struct  NODE
 
struct  overbar
 
struct  subscript
 
struct  superscript
 

Typedefs

template<typename Rule>
using selector
 

Typedef Documentation

◆ selector

template<typename Rule>
using MARKUP::selector
Initial value:
parse_tree::selector< Rule,
parse_tree::store_content::on< anyStringWithinBraces,
parse_tree::discard_empty::on< superscript,
overbar > >
anyString = a run of characters that do not start a command sequence, or if they do,...

Definition at line 96 of file markup_parser.h.