#include <xi-Type.h>
Public Member Functions | |
ConstType (Type *t) | |
void | print (XStr &str) |
virtual bool | isConst (void) const |
virtual Type * | deref (void) |
const char * | getBaseName (void) const |
const char * | getScope (void) const |
Private Attributes | |
Type * | constType |
Definition at line 177 of file xi-Type.h.
void xi::ConstType::print | ( | XStr & | str | ) | [inline, virtual] |
virtual bool xi::ConstType::isConst | ( | void | ) | const [inline, virtual] |
virtual Type* xi::ConstType::deref | ( | void | ) | [inline, virtual] |
const char* xi::ConstType::getBaseName | ( | void | ) | const [inline, virtual] |
Implements xi::Type.
Definition at line 186 of file xi-Type.h.
References constType, and xi::Type::getBaseName().
const char* xi::ConstType::getScope | ( | void | ) | const [inline, virtual] |
Type* xi::ConstType::constType [private] |