![]() |
|
Event declaration. More...
#include <cevent.h>
Public Member Functions | |
| CEvent (CSymbol *symbol, Coord_t *aLoc) | |
| Create an event declaration. | |
| virtual CDecl * | Clone (CObstack *heap) |
| Create a clone of this declaration. | |
| virtual void | Dump (FILE *f) |
| Dump event declaration info to file descriptor. | |
Protected Member Functions | |
| void | Copy (CObstack *heap, CEvent &d) |
| Deep copy of declaration. | |
Event declaration.
Create an event declaration.
| symbol | declaration symbol. | |
| aLoc | file coordinate of declaration. |
Create a clone of this declaration.
| heap | heap to use for allocation. |
Implements CDecl.
Deep copy of declaration.
| heap | heap to use for allocation. | |
| d | declaration to copy. |
| virtual void CEvent::Dump | ( | FILE * | f | ) | [virtual] |
Dump event declaration info to file descriptor.
| f | file descriptor for output. |
Reimplemented from CDecl.
1.6.1