HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfPathPatternParser Namespace Reference

Classes

struct  PathPatStretch
 
struct  PathPatSep
 
struct  BracedPredExpr
 
struct  PrimPathWildCard
 
struct  PropPathWildCard
 
struct  PrimPathPatternElemText
 
struct  PropPathPatternElemText
 
struct  PrimPathPatternElem
 
struct  PropPathPatternElem
 
struct  PathPatternElems
 
struct  AbsPathPattern
 
struct  DotDot
 
struct  DotDots
 
struct  ReflexiveRelative
 
struct  AbsoluteStart
 
struct  PathPattern
 

Typedefs

template<class Rule , class Sep >
using LookaheadList = seq< Rule, star< at< Sep, Rule >, Sep, Rule >>
 
template<class Rule >
using OptSpaced = pad< Rule, blank >
 

Typedef Documentation

template<class Rule , class Sep >
using SdfPathPatternParser::LookaheadList = typedef seq<Rule, star<at<Sep, Rule>, Sep, Rule>>

Definition at line 25 of file pathPatternParser.h.

template<class Rule >
using SdfPathPatternParser::OptSpaced = typedef pad<Rule, blank>

Definition at line 27 of file pathPatternParser.h.