Zen
A cross-platform functional programming language

TypeDefTypeSpec Class Reference

Base class for typedef types. More...

#include <Ast.hpp>

Inheritance diagram for TypeDefTypeSpec:
UserDefinedTypeSpec ChildTypeSpec TypeSpec Node TypeDecl TypeDef

List of all members.

Protected Member Functions

 TypeDefTypeSpec (const AccessType::T &accessType, const z::string &name, const NativeType &ntype)
 Default constructor.

Detailed Description

Base class for typedef types.


Constructor & Destructor Documentation

TypeDefTypeSpec ( const AccessType::T accessType,
const z::string name,
const NativeType ntype 
) [inline, protected]

Default constructor.

Parameters:
accessTypeThe AccessType for this UDT.
nameName of the UDT
ntypeThe NativeType of this UDT.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines