#include <type.h>
Inheritance diagram for type_file:


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 |
|
|
Definition at line 547 of file type.h. References base_type, and NULL.
|
|
|
Reimplemented from type. Definition at line 552 of file type.h. References base_type.
00553 {
00554 return base_type;
00555 } // get_base_type
|
|
|
Reimplemented from type. Definition at line 561 of file type.h.
00562 {
00563 return ty_file;
00564 }
|
|
|
Reimplemented from type. Definition at line 556 of file type.h. References base_type.
00557 {
00558 base_type = tBase;
00559 } // set_base_type
|
|
|
Definition at line 542 of file type.h. Referenced by get_file_base_type(), set_file_base_type(), and type_file(). |
1.3.3