BinaryNode Abstract Class
Definition
Line
109
of
cmsxmdb/Evaluate.cm
Inheritance
Constructors & Destructor
public
nothrow
BinaryNode
(
const
Span
& span_,
Node
* left_,
Node
* right_)
Member Variables
public
UniquePtr
<
Node
>
left
public
UniquePtr
<
Node
>
right
Constructor& Destructor Details
BinaryNode Constructor
public
nothrow
BinaryNode(
const
Span
& span_,
Node
* left_,
Node
* right_)
Definition
Line
111
of
cmsxmdb/Evaluate.cm