#import <tipe.h>
Inheritance diagram for PointerTipe:

Public Member Functions | |
| (id) | - init: |
| Initialize with base type t. | |
| (Tipe *) | - type |
| returns base type | |
Static Public Member Functions | |
| (PointerTipe *) | + reference: |
| Creates a new pointer type referencing t. | |
| (Tipe *) | + deref: |
| Returns type of pointer target is nil if not a pointer. | |
Protected Attributes | |
| Tipe * | type |
| Base type. | |
| + (PointerTipe *) reference: | (Tipe *) | t |
Creates a new pointer type referencing t.
1.5.2