|
ACT Library
|
Used for Boolean parameters. More...
#include <types.h>
Private Member Functions | |
| const char * | getName () |
| Type * | Expand (ActNamespace *, Scope *, int, inst_param *) |
| int | isEqual (const Type *t) const |
Additional Inherited Members | |
Public Types inherited from Type | |
| enum | direction { NONE = 0 , IN = 1 , OUT = 2 , INOUT = 3 , OUTIN = 4 } |
Public Member Functions inherited from Type | |
| Type () | |
| ~Type () | |
| constructor | |
| virtual const char * | getName ()=0 |
| destructor | |
| virtual Type * | Expand (ActNamespace *ns, Scope *s, int nt, inst_param *ip)=0 |
| virtual int | isEqual (const Type *t) const =0 |
Static Public Member Functions inherited from Type | |
| static void | Init () |
| static const char * | dirstring (direction d) |
Used for Boolean parameters.
|
inlineprivatevirtual |
Implements Type.
|
inlineprivatevirtual |
Implements Type.
|
inlineprivatevirtual |
Equality is pointer equality
Implements Type.