Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

const_real Class Reference

#include <const.h>

Inheritance diagram for const_real:

Inheritance graph
[legend]
Collaboration diagram for const_real:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 const_real (void)
void set_real (float f)
 const_real

const float get_real (void)
const uint get_cn_kind (void)
 shared virtual functions


Private Attributes

float real_val

Constructor & Destructor Documentation

const_real::const_real void   )  [inline]
 

Definition at line 240 of file const.h.

References real_val.

00240 { real_val = 0.0; }


Member Function Documentation

const uint const_real::get_cn_kind void   )  [inline, virtual]
 

shared virtual functions

Reimplemented from vhdl_const.

Definition at line 249 of file const.h.

References cn_real, and uint.

00249 { return cn_real; }

const float const_real::get_real void   )  [inline, virtual]
 

Reimplemented from vhdl_const.

Definition at line 245 of file const.h.

References real_val.

00246     {
00247         return real_val;
00248     }

void const_real::set_real float  f  )  [inline, virtual]
 

const_real

Reimplemented from vhdl_const.

Definition at line 241 of file const.h.

References real_val.

00242     {
00243         real_val = f;
00244     }


Member Data Documentation

float const_real::real_val [private]
 

Definition at line 237 of file const.h.

Referenced by const_real(), get_real(), and set_real().


The documentation for this class was generated from the following file:
Generated on Wed Mar 31 21:16:06 2004 for Data Structures for a VHDL Compiler by doxygen 1.3.3