|
cecko
|
Type descriptor with optional "const" flag. More...
#include <cktables.hpp>
Public Member Functions | |
| CKTypeRefSafePack () | |
| Construct as null. | |
| CKTypeRefSafePack (CKTypeObs t, bool is_c) | |
| Construct from the arguments. | |
| CKTypeRefSafePack (const CKTypeRefPack &tp) | |
| Convert from unsafe pack. | |
| operator CKTypeRefPack () const | |
| Convert to unsafe pack. | |
Public Attributes | |
| CKTypeSafeObs | type |
| The type. | |
| bool | is_const |
| Indicates the presence of the const flag. | |
Type descriptor with optional "const" flag.