cecko
Public Member Functions | Public Attributes | List of all members
cecko::CKTypeRefSafePack Struct Reference

Type descriptor with optional "const" flag. More...

#include <cktables.hpp>

Collaboration diagram for cecko::CKTypeRefSafePack:
[legend]

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.
 

Detailed Description

Type descriptor with optional "const" flag.


The documentation for this struct was generated from the following file: