#include <xi-Template.h>
Public Member Functions | |
TParamType (Type *t) | |
void | print (XStr &str) |
void | genSpec (XStr &str) |
Private Attributes | |
Type * | type |
Definition at line 29 of file xi-Template.h.
xi::TParamType::TParamType | ( | Type * | t | ) |
Definition at line 9 of file xi-Template.C.
void xi::TParamType::print | ( | XStr & | str | ) | [virtual] |
Implements xi::Printable.
Definition at line 10 of file xi-Template.C.
References xi::Type::print(), and type.
void xi::TParamType::genSpec | ( | XStr & | str | ) | [virtual] |
Implements xi::TParam.
Definition at line 11 of file xi-Template.C.
References xi::Type::print(), and type.
Type* xi::TParamType::type [private] |