cecko
|
▼CCIImmovable | |
▼Ccecko::CIAbstractType | Abstract type descriptor |
Ccecko::CKArrayType | Array type descriptor |
Ccecko::CKBoolType | The built-in "_Bool" type |
Ccecko::CKCharType | The built-in "char" type |
Ccecko::CKEnumType | Enumeration type descriptor |
Ccecko::CKFunctionType | Function type descriptor |
Ccecko::CKIntType | The built-in "int" type |
Ccecko::CKPtrType | Pointer type descriptor |
Ccecko::CKStructType | Struct type descriptor |
Ccecko::CKVoidType | The built-in "void" type |
▼Ccecko::CKAbstractNamed | Abstract named-object (constant, variable, or function) descriptor |
Ccecko::CKConstant | Enumeration constant descriptor |
Ccecko::CKFunction | Function descriptor |
▼Ccecko::CKVar | Common base of variable descriptors |
Ccecko::CKGlobalVar | Global variable descriptor |
Ccecko::CKLocalVar | Local variable descriptor |
Ccecko::CKStructElement | Struct element descriptor |
Ccecko::CKTypedef | Typedef descriptor |
▼Ccecko::CINamePtr | The common base for all named objects |
Ccecko::CKAbstractNamed | Abstract named-object (constant, variable, or function) descriptor |
Ccecko::CKEnumType | Enumeration type descriptor |
Ccecko::CKStructElement | Struct element descriptor |
Ccecko::CKStructType | Struct type descriptor |
Ccecko::CKTypedef | Typedef descriptor |
▼Ccecko::CKContext | Semantic layer of compiler context |
Ccecko::context | Lexical level of compiler context + error messaging |
Ccecko::CKFunctionFormalPack | Temporary additional function argument descriptor |
Ccecko::CKStructItem | Temporary struct element descriptor |
Ccecko::CKTypeRefPack | Type descriptor with optional "const" flag |
Ccecko::CKTypeRefSafePack | Type descriptor with optional "const" flag |
▼Cerr_object_base | |
Ccecko::errors::err_object_n | Error message without parameters |
Ccecko::errors::err_object_s | Error message with a string parameter |
Ccecko::safe_ptr< E, DF > | Safe pointer to E |
Ccecko::safe_ptr< const CIAbstractType, safe_default< const CKVoidType > > |