vrq

CReal Class Reference

Declaration object for real variables. More...

#include <creal.h>

Inheritance diagram for CReal:
CDecl CObject

List of all members.

Public Member Functions

 CReal (CSymbol *symbol, Coord_t *aLoc, VarDataType_t aType)
 Create a real declaration.
virtual NodeType_t GetNodeType (void)
 Get node type.
virtual void Dump (FILE *f)
 Dump declaration info to file descriptor.

Detailed Description

Declaration object for real variables.


Constructor & Destructor Documentation

CReal::CReal ( CSymbol symbol,
Coord_t aLoc,
VarDataType_t  aType 
)

Create a real declaration.

Parameters:
symbol declaration symbol.
aLoc file coordinates of declaration.
aType data type type {eREAL, eSHORTREAL or eREALTIME}.

Member Function Documentation

virtual void CReal::Dump ( FILE *  f  )  [virtual]

Dump declaration info to file descriptor.

Parameters:
f file descriptor.

Reimplemented from CDecl.

virtual NodeType_t CReal::GetNodeType ( void   )  [inline, virtual]

Get node type.

Returns:
node type.

Reimplemented from CDecl.


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

Generated on 6 Mar 2010 for vrq by  doxygen 1.6.1