#include <CTypeList.h>
Public Member Functions | |
CTypeList (int len=3) | |
~CTypeList () | |
unsigned | Entries () const |
CTypeInfo * | Entry (unsigned) const |
void | ReplaceEntry (unsigned, CTypeInfo *) |
CT_ArgDeclList * | ArgumentList () const |
void | ArgumentList (CT_ArgDeclList *) |
void | AddEntry (CTypeInfo *) |
bool | isDependent () const |
Puma::CTypeList::CTypeList | ( | int | len = 3 |
) | [inline] |
Puma::CTypeList::~CTypeList | ( | ) | [inline] |
unsigned Puma::CTypeList::Entries | ( | ) | const [inline] |
CTypeInfo * Puma::CTypeList::Entry | ( | unsigned | i | ) | const [inline] |
void Puma::CTypeList::ReplaceEntry | ( | unsigned | i, | |
CTypeInfo * | info | |||
) | [inline] |
CT_ArgDeclList * Puma::CTypeList::ArgumentList | ( | ) | const [inline] |
void Puma::CTypeList::ArgumentList | ( | CT_ArgDeclList * | al | ) | [inline] |
void Puma::CTypeList::AddEntry | ( | CTypeInfo * | info | ) | [inline] |
bool Puma::CTypeList::isDependent | ( | ) | const |