#include <dsym.h>
Inheritance diagram for sym_const:


Public Member Functions | |
| sym_const (STRING n) | |
| sym_const () | |
| const uint | get_sy_kind (void) |
| void | set_const (pConst c) |
| const pConst | get_const (void) |
Private Attributes | |
| pConst | konst |
See const.h for a definition of the const and pConst types.
Definition at line 46 of file dsym.h.
|
|
Definition at line 51 of file dsym.h.
|
|
|
Definition at line 56 of file dsym.h.
|
|
|
Reimplemented from sym. Definition at line 67 of file dsym.h. References konst.
00068 {
00069 return konst;
00070 }
|
|
|
Reimplemented from sym. Definition at line 61 of file dsym.h. References sy_const, and uint.
00061 { return sy_const; }
|
|
|
Reimplemented from sym. Definition at line 63 of file dsym.h. References konst.
00064 {
00065 konst = c;
00066 }
|
|
|
Definition at line 48 of file dsym.h. Referenced by get_const(), set_const(), and sym_const(). |
1.3.3