
#include <xi-symbol.h>


Public Member Functions | |
| TParamType (Type *t) | |
| void | print (XStr &str) |
| void | genSpec (XStr &str) |
Private Attributes | |
| Type * | type |
Definition at line 441 of file xi-symbol.h.
| xi::TParamType::TParamType | ( | Type * | t | ) | [inline] |
Definition at line 444 of file xi-symbol.h.
| void xi::TParamType::print | ( | XStr & | str | ) | [inline, virtual] |
Implements xi::Printable.
Definition at line 445 of file xi-symbol.h.
References xi::Type::print(), and type.
| void xi::TParamType::genSpec | ( | XStr & | str | ) | [inline, virtual] |
Implements xi::TParam.
Definition at line 446 of file xi-symbol.h.
References xi::Type::print(), and type.
Type* xi::TParamType::type [private] |
1.5.5