Class TypeDef
Represents a C type definition (typedef).
- Peg\Lib\Definitions\Element\VariableType
-
Peg\Lib\Definitions\Element\TypeDef
public
|
GetDeclarationCode()
|
public
string
|
$name | |
#
Holds the name of the element |
public
|
$header | |
#
Reference to the header containing this element. |
public
|
$namespace | |
#
Reference to the namespace containing this element. |
$description,
$indirection_level,
$is_array,
$is_const,
$is_pointer,
$is_reference,
$is_unsigned,
$original_type,
$type
|