UnaryParser Abstract Class
Definition
Line
63
of
scmpg/Parser.cm
Inheritance
Constructors & Destructor
public
UnaryParser
(
const
String
<
uchar
>& name_,
Parser
* child_)
Member Functions
public
Parser
*
Child
()
const
Member Variables
private
UniquePtr
<
Parser
>
child
Constructor& Destructor Details
UnaryParser Constructor
public
UnaryParser(
const
String
<
uchar
>& name_,
Parser
* child_)
Definition
Line
65
of
scmpg/Parser.cm
Member Function Details
Child Member Function
public
Parser
* Child()
Definition
Line
70
of
scmpg/Parser.cm