vrq

CEvent Class Reference

Event declaration. More...

#include <cevent.h>

Inheritance diagram for CEvent:
CDecl CObject

List of all members.

Public Member Functions

 CEvent (CSymbol *symbol, Coord_t *aLoc)
 Create an event declaration.
virtual CDeclClone (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.

Detailed Description

Event declaration.


Constructor & Destructor Documentation

CEvent::CEvent ( CSymbol symbol,
Coord_t aLoc 
)

Create an event declaration.

Parameters:
symbol declaration symbol.
aLoc file coordinate of declaration.

Member Function Documentation

virtual CDecl* CEvent::Clone ( CObstack heap  )  [virtual]

Create a clone of this declaration.

Parameters:
heap heap to use for allocation.
Returns:
new declaration.

Implements CDecl.

void CEvent::Copy ( CObstack heap,
CEvent d 
) [inline, protected]

Deep copy of declaration.

Parameters:
heap heap to use for allocation.
d declaration to copy.
virtual void CEvent::Dump ( FILE *  f  )  [virtual]

Dump event declaration info to file descriptor.

Parameters:
f file descriptor for output.

Reimplemented from CDecl.


The documentation for this class was generated from the following file:

Generated on 20 Mar 2010 for vrq by  doxygen 1.6.1