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 = parse_tree::selector< Rule, parse_tree::store_content::on< anyStringWithinBraces, anyString >, parse_tree::discard_empty::on< superscript, subscript, overbar > >
 

Typedef Documentation

◆ selector

template<typename Rule >
using MARKUP::selector = typedef parse_tree::selector< Rule, parse_tree::store_content::on< anyStringWithinBraces, anyString >, parse_tree::discard_empty::on< superscript, subscript, overbar > >

Definition at line 96 of file markup_parser.h.