| Puma Reference Manual | Puma: Puma::CTypeVarArray Class Reference |
#include <Puma/CTypeInfo.h>

Example:
void foo(int len) { int i[len]; // i has type 'variable length array of int' }
Public Member Functions | |
| CTypeVarArray (CTypeInfo *base, CTypeQualified *quals=0) | |
| Constructor. | |
| ~CTypeVarArray () | |
| Destructor. | |
| Puma::CTypeVarArray::CTypeVarArray | ( | CTypeInfo * | base, | |
| CTypeQualified * | quals = 0 | |||
| ) | [inline] |
Constructor.
Type has id CTypeInfo::TYPE_VAR_ARRAY.
| base | The base type of the array. | |
| quals | The type qualifiers. |
| Puma::CTypeVarArray::~CTypeVarArray | ( | ) | [inline] |
Destructor.