C++Builder Keyword Extensions
Go Up to Keywords, By Category Index
This section contains keyword extension topics for C++ compilers.
Note: Clang-enhanced C++ compilers typically support only extensions that are prefixed with a double underscore (__).
Keyword Topics
- 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 - Extended Integer Types
- __msfastcall
- __msreturn
- noreturn
- __thread
- pascal, _pascal, __pascal
- __property
- __published
- __rtti, -RT Option
- _stdcall, __stdcall
- __try
- typeof, __typeof, __typeof__
- __uuidof