#include <xi-Template.h>
Public Member Functions | |
TType (Type *t, Type *i=0) | |
void | print (XStr &str) |
void | genLong (XStr &str, bool printDefault=true) |
void | genShort (XStr &str) |
Private Attributes | |
Type * | type |
Type * | init |
Definition at line 135 of file xi-Template.h.
Definition at line 84 of file xi-Template.C.
void xi::TType::print | ( | XStr & | str | ) | [virtual] |
Implements xi::Printable.
Definition at line 262 of file xi-Template.C.
References init, xi::Type::print(), and type.
Implements xi::TVar.
Definition at line 204 of file xi-Template.C.
References init, xi::Type::print(), and type.
void xi::TType::genShort | ( | XStr & | str | ) | [virtual] |
Implements xi::TVar.
Definition at line 213 of file xi-Template.C.
References xi::Type::print(), and type.
Type* xi::TType::type [private] |
Type* xi::TType::init [private] |