Zusätzliche Schlüsselwörter in C++Builder
Nach oben zu Schlüsselwörter nach Kategorie - Index
Dieser Abschnitt enthält Themen zu zusätzlichen Schlüsselwörtern für C++-Compiler.
- Hinweis: Normalerweise unterstützen durch Clang erweiterte C++-Compiler nur Erweiterungen, die einen doppelten Unterstrich (__) als Präfix haben.
Schlüsselwörter
- alignof
- _asm, __asm
- __automated
- cdecl, _cdecl, __cdecl
- __classid
- __classmethod
- __closure
- __declspec
- __declspec(allocate("SEGNAME"))
- __declspec(delphiclass)
- __declspec(delphirecord)
- __declspec(delphirtti)
- __declspec(dllexport)
- __declspec(dllimport)
- __declspec(naked)
- __declspec(noreturn)
- __declspec(nothrow)
- __declspec(novtable)
- __declspec(pascalimplementation)
- __declspec(property)
- __declspec(selectany)
- __declspec(thread)
- __declspec(uuid("ComObjectGUID"))
- __delphirtti
- __emit__
- __except
- _export, __export
- _fastcall, __fastcall
- final (C++)
- __finally
- _import, __import
- __inline
- __int8, __int16, __int32, __int64 - Erweiterte Integertypen
- __msfastcall
- __msreturn
- noreturn
- __thread
- pascal, _pascal, __pascal
- __property
- __published
- __rtti und die Option -RT
- _stdcall, __stdcall
- __try
- typeof, __typeof, __typeof__
- __uuidof