Namensräume
Ansichten
std::enable_shared_from_this::~enable_shared_from_this
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
C++
Utilities-Bibliothek
| Typen Unterstützung (basic types, RTTI, type traits) | ||||||
| Dynamische Speicherverwaltung | ||||||
| Fehlerbehandlung | ||||||
| Programm Unterstützung | ||||||
| Variadic Funktionen | ||||||
| Datum und Uhrzeit | ||||||
| Funktionsobjekte | ||||||
| ||||||
| ||||||
| ||||||
| Relationale Operatoren | ||||||
| ||||||
| Paare und Tupel | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| Swap, forward und move | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Dynamische Speicherverwaltung
| Low-Level-Speicherverwaltung | ||||||
Zuweiser
Original: Allocators The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Initialisierter Speicher
Original: Uninitialized storage The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Intelligente Zeiger
Original: Smart pointers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Garbage Collection Unterstützung
Original: Garbage collection support The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Verschiedenes
Original: Miscellaneous The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
C-Bibliothek
Original: C Library The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
std::enable_shared_from_this Geschützt Member-Funktionen
Original: Protected member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
Öffentliche Member-Funktionen
Original: Public member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
~enable_shared_from_this(); |
||
Zerstört
*this .Original:
Destroys
*this.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Siehe auch
(C++11) |
intelligenter Zeiger, der geteilten Objektbesitz abbildet (Klassen-Template) [edit] |
