#include <StructType.hpp>
Public Member Functions | |
StructType (SUDefinition *def) | |
virtual | ~StructType () |
virtual StructType * | clone () const |
Used only for distinguish between struct or union.
Definition at line 92 of file StructType.hpp.
cfront::StructType::StructType | ( | SUDefinition * | def | ) | [inline] |
virtual cfront::StructType::~StructType | ( | ) | [inline, virtual] |
Definition at line 95 of file StructType.hpp.
virtual StructType* cfront::StructType::clone | ( | ) | const [inline, virtual] |
Return the copy of self.
Implements cfront::Type.
Definition at line 97 of file StructType.hpp.
References StructType().
Referenced by cfront::CAnalyzer::checkStructOrUnionDefinition().