Schlüsselwörter alphabetisch - Index
Nach oben zu C++-Sprachreferenz - Index
Dieser Abschnitt enthält eine alphabetische Liste mit den C++-Schlüsselwörtern. Siehe auch Schlüsselwörter nach Kategorie - Index.
- Hinweis: Wenn Sie für C++11 spezifische Schlüsselwörter, wie nullptr, noexcept usw. (eine vollständige Liste finden Sie unter http://en.cppreference.com/w/cpp/keyword (EN)) verwenden, erkennt die RAD Studio-IDE diese Schlüsselwörter immer, aber die C++-Desktop-Compiler (BCC32 und BCCOSX) geben einen Compiler-Fehler zurück. Beachten Sie bitte, dass nur durch Clang erweiterte C++-Compiler den C++11-Standard unterstützen.
Themen
- alignas (seit C++11)
- alignof (seit C++11)
- and, && (C++)
- and_eq
- asm, _asm, __asm
- auto
- __automated
- axiom
- bitand, &
- bitor
- _Bool
- bool, false, true (C++)
- break
- case (C++)
- catch
- cdecl, _cdecl, __cdecl
- char
- char16_t (seit C++11)
- char32_t (seit C++11)
- class
- __classid
- __classmethod
- __closure
- compl, ~
- _Complex
- concept
- concept_map
- const
- const_cast (Typumwandlungsoperator)
- constexpr (seit C++11)
- continue
- __declspec
- __declspec(allocate("SEGNAME"))
- __declspec(delphiclass)
- __declspec(delphirecord)
- __declspec(delphireturn)
- __declspec(delphirtti)
- __declspec(dllexport)
- __declspec(dllimport)
- __declspec(dynamic)
- __declspec(hidesbase)
- __declspec(naked)
- __declspec(noreturn)
- __declspec(nothrow)
- __declspec(novtable)
- __declspec(package)
- __declspec(pascalimplementation)
- __declspec(property)
- __declspec(selectany)
- __declspec(thread)
- __declspec(uuid("ComObjectGUID"))
- decltype (seit C++11)
- default (C++)
- delete
- __delphirtti
- deprecated
- __dispid
- do
- double (C++)
- Dynamic cast (C++-Typumwandlungsoperator)
- __emit__
- enum
- __except
- explicit
- export (C++)
- _export, __export
- extern
- _fastcall, __fastcall
- final (C++)
- __finally
- float (C++)
- for
- friend
- goto
- if, else (C++)
- _Imaginary
- _import, __import
- inline
- __inline
- int
- Erweiterte integrale Typen: __int8, __int16, __int32, __int64
- late_check
- long
- __msfastcall
- __msreturn
- mutable
- namespace
- new
- noreturn
- not, ! (C++)
- not_eq, !=
- nullptr (seit C++11)
- operator
- or
- or_eq
- pascal, _pascal, __pascal
- private (C++)
- __property
- protected (C++)
- public (C++)
- __published
- register (C++)
- reinterpret_cast (Typumwandlungsoperator)
- requires (C++)
- restrict
- return
- __rtti und die Option -RT
- short
- signed
- sizeof
- static (C++)
- static_assert (seit C++11)
- static_cast (Typumwandlungsoperator)
- _stdcall, __stdcall
- struct
- switch
- template
- this
- thread_local (seit C++11)
- __thread
- throw
- try
- __try
- typedef
- typeid
- typename
- typeof, __typeof, __typeof__
- union
- unsigned
- using (Deklaration)
- __uuidof
- virtual
- void
- volatile
- wchar_t
- while (C++)
- xor, ^ (C++)
- xor_eq, ^=