#include <CTypeQualified.h>
Public Member Functions | |
CTypeQualified (CTypeInfo *, bool, bool, bool) | |
~CTypeQualified () | |
bool | isConst () const |
bool | isVolatile () const |
bool | isRestrict () const |
void | isConst (bool) |
void | isVolatile (bool) |
void | isRestrict (bool) |
Protected Member Functions | |
CTypeQualified (CTypeInfo *, bool, bool, bool, TypeId) |
Puma::CTypeQualified::CTypeQualified | ( | CTypeInfo * | base, | |
bool | c, | |||
bool | v, | |||
bool | r, | |||
CTypeInfo::TypeId | id | |||
) | [inline, protected] |
Puma::CTypeQualified::CTypeQualified | ( | CTypeInfo * | base, | |
bool | c, | |||
bool | v, | |||
bool | r | |||
) | [inline] |
Puma::CTypeQualified::~CTypeQualified | ( | ) | [inline] |
bool Puma::CTypeQualified::isConst | ( | ) | const [inline] |
Reimplemented from Puma::CTypeInfo.
bool Puma::CTypeQualified::isVolatile | ( | ) | const [inline] |
Reimplemented from Puma::CTypeInfo.
bool Puma::CTypeQualified::isRestrict | ( | ) | const [inline] |
Reimplemented from Puma::CTypeInfo.
void Puma::CTypeQualified::isConst | ( | bool | v | ) | [inline] |
void Puma::CTypeQualified::isVolatile | ( | bool | v | ) | [inline] |
void Puma::CTypeQualified::isRestrict | ( | bool | v | ) | [inline] |