#include <TypedefType.hpp>


Public Member Functions | |
| TypeDefinition (const Type *baseType, const std::string &name) | |
| const Type * | getBaseType () const |
| const std::string & | getName () const |
Private Attributes | |
| const Type * | baseType_ |
| std::string | name_ |
Definition at line 40 of file TypedefType.hpp.
| cfront::TypeDefinition::TypeDefinition | ( | const Type * | baseType, | |
| const std::string & | name | |||
| ) | [inline] |
Definition at line 42 of file TypedefType.hpp.
| const Type* cfront::TypeDefinition::getBaseType | ( | ) | const [inline] |
Definition at line 45 of file TypedefType.hpp.
References baseType_.
Referenced by cfront::TypedefType::getBaseType().
| const std::string& cfront::TypeDefinition::getName | ( | ) | const [inline] |
const Type* cfront::TypeDefinition::baseType_ [private] |
std::string cfront::TypeDefinition::name_ [private] |
1.5.6