Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Lit Struct Reference
Inheritance diagram for Lit:
Collaboration diagram for Lit:

Public Member Functions

 Lit (const NFA::CharSet &inCharSet)
 
- Public Member Functions inherited from Node
 Node (NodeType inType)
 
virtual ~Node ()
 

Public Attributes

NFA::CharSet charSet
 
- Public Attributes inherited from Node
const NodeType type
 

Detailed Description

Definition at line 23 of file Regexp.cpp.

Constructor & Destructor Documentation

◆ Lit()

Lit::Lit ( const NFA::CharSet & inCharSet)
inline

Definition at line 26 of file Regexp.cpp.

26: Node(NodeType::lit), charSet(inCharSet) {}
NFA::CharSet charSet
Definition Regexp.cpp:25
Node(NodeType inType)
Definition Regexp.cpp:20

Member Data Documentation

◆ charSet

NFA::CharSet Lit::charSet

Definition at line 25 of file Regexp.cpp.


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