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

type_file Class Reference

#include <type.h>

Inheritance diagram for type_file:

Inheritance graph
[legend]
Collaboration diagram for type_file:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 type_file ()
const pType get_file_base_type (void)
void set_file_base_type (pType tBase)
const uint get_ty_kind (void)

Private Attributes

pType base_type

Constructor & Destructor Documentation

type_file::type_file  )  [inline]
 

Definition at line 547 of file type.h.

References base_type, and NULL.

00547                 : type()
00548     {
00549         base_type = NULL;
00550     }  // type_file


Member Function Documentation

const pType type_file::get_file_base_type void   )  [inline, virtual]
 

Reimplemented from type.

Definition at line 552 of file type.h.

References base_type.

00553     {
00554         return base_type;
00555     } // get_base_type

const uint type_file::get_ty_kind void   )  [inline, virtual]
 

Reimplemented from type.

Definition at line 561 of file type.h.

References ty_file, and uint.

00562     {
00563         return ty_file;
00564     }

void type_file::set_file_base_type pType  tBase  )  [inline, virtual]
 

Reimplemented from type.

Definition at line 556 of file type.h.

References base_type.

00557     {
00558         base_type = tBase;
00559     } // set_base_type


Member Data Documentation

pType type_file::base_type [private]
 

Definition at line 542 of file type.h.

Referenced by get_file_base_type(), set_file_base_type(), and type_file().


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