#include <env.h>
Inheritance diagram for BindTypedefName:
Public Methods | |
BindTypedefName (char *t) | |
Kind | What () |
void | GetType (TypeInfo &, Environment *) |
char * | GetEncodedType () |
Private Attributes | |
char * | type |
|
Definition at line 150 of file env.h. References type. |
|
Reimplemented from Bind. Definition at line 726 of file env.cc. References type. |
|
Implements Bind. Definition at line 721 of file env.cc. References TypeInfo::Set(), and type. |
|
Implements Bind. Definition at line 716 of file env.cc. References Bind::isTypedefName, and Bind::Kind. |
|
Definition at line 156 of file env.h. Referenced by BindTypedefName(), GetEncodedType(), and GetType(). |