Variable Class
Definition
Line
441
of
scmlg/Model.cm
Constructors & Destructor
public
Variable
(
Node
* type_,
const
String
<
uchar
>& name_)
Member Functions
public
Node
*
GetType
()
const
public
const
String
<
uchar
>&
Name
()
const
Member Variables
private
String
<
uchar
>
name
private
UniquePtr
<
Node
>
type
Constructor& Destructor Details
Variable Constructor
public
Variable(
Node
* type_,
const
String
<
uchar
>& name_)
Definition
Line
443
of
scmlg/Model.cm
Member Function Details
GetType Member Function
public
Node
* GetType()
Definition
Line
447
of
scmlg/Model.cm
Name Member Function
public
const
String
<
uchar
>& Name()
Definition
Line
451
of
scmlg/Model.cm