#include <plType.h>
Inheritance diagram for plType:


Public Member Functions | |
| virtual plData | first_value () const =0 |
| Returns the start value of the type. | |
| virtual bool | next_value (plData &v)=0 |
| Returns {true} if {v } has a successor and sets {v} to the successor otherwise it return {false}. | |
| virtual | ~plType () |
| Errase the type. | |
Protected Attributes | |
| kplType * | kernel_type |
| Pointer to the kernel type. | |
Friends | |
| class | plArray |
| class | plSymbol |
Definition at line 40 of file plType.h.
1.4.1