Schlüsselwörter alphabetisch - Index
Aus RAD Studio (Deutsch)
Nach oben zu C++ Sprachreferenz - Index
Dieser Abschnitt enthält Themen zu Schlüsselwörtern (alphabetisch).
Themen
- __automated
- __classid
- __classmethod
- __closure
- __declspec
- __dispid
- __except
- __inline
- __msfastcall
- __msreturn
- __property
- __published
- __rtti und die Option -RT
- __thread, Variablen vom Typ Multithread
- __try
- _Bool
- _Complex
- _export, __export
- _fastcall, __fastcall
- _Imaginary
- _stdcall, __stdcall
- alignas
- alignof
- and
- and_eq
- asm, _asm, __asm
- auto
- axiom
- bitand
- bitor
- bool, false, true
- break
- case
- catch
- cdecl, _cdecl, __cdecl
- char
- char16_t
- char32_t
- class
- compl
- concept
- concept_map
- const
- Const_cast (Typumwandlungsoperator)
- constexpr
- continue
- __declspec(dllexport)
- __declspec(dllimport)
- __declspec(naked)
- __declspec(noreturn)
- __declspec(nothrow)
- __declspec(novtable)
- __declspec(property)
- __declspec(selectany)
- __declspec(thread)
- __declspec(uuid(“ComObjectGUID”))
- decltype
- default
- delete
- do
- double
- Dynamic_cast (Typumwandlungsoperator)
- enum
- explicit
- export
- __int8, __int16, __int32, __int64, Unsigned __int64, Erweiterte Integertypen
- extern
- final
- __finally
- float
- for
- friend
- goto
- if, else
- import, _import, __import
- inline
- int
- late_check
- long
- mutable
- Namespace
- new
- noreturn
- not, !
- not_eq, !=
- nullptr
- operator
- or
- or_eq
- pascal, _pascal, __pascal
- private
- protected
- public
- register
- reinterpret_cast (Typumwandlungsoperator)
- requires
- restrict
- return
- short
- signed
- sizeof
- static
- static_assert
- static_cast (Typumwandlungsoperator)
- struct
- switch
- template
- this
- thread_local
- throw
- try
- typedef
- typeid
- typename
- union
- unsigned
- using (Deklaration)
- virtual
- void
- volatile
- wchar_t
- while
- xor, ^
- xor_eq, ^=