#include <CTypeArray.h>

Public Member Functions | |
| CTypeArray (CTypeInfo *, CTypeQualified *=0, bool has_dimension=false) | |
| ~CTypeArray () | |
| void | Dimension (long int) |
| long int | Dimension () const |
| void | isFixed (bool) |
| bool | isFixed () const |
| void | hasDimension (bool) |
| bool | hasDimension () const |
| CTypeQualified * | Qualifiers () const |
| void | DepDim (CTypeTemplateParam *) |
| CTypeTemplateParam * | DepDim () const |
Protected Member Functions | |
| CTypeArray (CTypeInfo *, CTypeQualified *, TypeId) | |
| Puma::CTypeArray::CTypeArray | ( | CTypeInfo * | base, | |
| CTypeQualified * | quals, | |||
| CTypeInfo::TypeId | id | |||
| ) | [inline, protected] |
| Puma::CTypeArray::CTypeArray | ( | CTypeInfo * | base, | |
| CTypeQualified * | quals = 0, |
|||
| bool | has_dimension = false | |||
| ) | [inline] |
| Puma::CTypeArray::~CTypeArray | ( | ) | [inline] |
| void Puma::CTypeArray::Dimension | ( | long int | d | ) | [inline] |
| long int Puma::CTypeArray::Dimension | ( | ) | const [inline] |
Reimplemented from Puma::CTypeInfo.
| void Puma::CTypeArray::isFixed | ( | bool | v | ) | [inline] |
| bool Puma::CTypeArray::isFixed | ( | ) | const [inline] |
| void Puma::CTypeArray::hasDimension | ( | bool | v | ) | [inline] |
| bool Puma::CTypeArray::hasDimension | ( | ) | const [inline] |
| CTypeQualified * Puma::CTypeArray::Qualifiers | ( | ) | const [inline] |
| void Puma::CTypeArray::DepDim | ( | CTypeTemplateParam * | tp | ) | [inline] |
| CTypeTemplateParam * Puma::CTypeArray::DepDim | ( | ) | const [inline] |
1.5.5