Zen
A cross-platform functional programming language
|
Base class for typedef types. More...
#include <Ast.hpp>
Protected Member Functions | |
TypeDefTypeSpec (const AccessType::T &accessType, const z::string &name, const NativeType &ntype) | |
Default constructor. |
Base class for typedef types.
TypeDefTypeSpec | ( | const AccessType::T & | accessType, |
const z::string & | name, | ||
const NativeType & | ntype | ||
) | [inline, protected] |
Default constructor.
accessType | The AccessType for this UDT. |
name | Name of the UDT |
ntype | The NativeType of this UDT. |