std::basic_streambuf::eback, std::basic_streambuf::gptr, std::basic_streambuf::egptr
De cppreference.com
< cpp | io | basic streambuf
![]() |
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. |
char_type* eback() const; |
(1) | |
char_type* gptr() const; |
(2) | |
char_type* egptr() const; |
(3) | |
Retourne pointeurs définir la zone get .
1) Original:
Returns pointers defining the get area.
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.
Renvoie le pointeur vers le début de la zone get .
2) Original:
Returns the pointer to the beginning of the get area.
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.
Retourne le pointeur sur le caractère courant (' obtenir pointeur) dans la zone get .
3) Original:
Returns the pointer to the current character (get pointer) in the get area.
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.
Renvoie le pointeur à la fin de la zone get .
Original:
Returns the pointer to the end of the get area.
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.
Sommaire |
[modifier] Paramètres
(Aucun)
Original:
(none)
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.
[modifier] Retourne la valeur
1)Le pointeur vers le début de la zone get .
2) Original:
The pointer to the beginning of the get area.
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.
Le pointeur vers le caractère courant (' pointeur se) dans la zone get .
3) Original:
The pointer to the current character (get pointer) in the get area.
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.
Le pointeur à la fin de la zone get .
Original:
The pointer to the end of the get area.
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.
[modifier] Exemple
This section is incomplete Reason: no example |
[modifier] Voir aussi
renvoie un pointeur sur le début, le caractère courant et la fin de la zone de mise Original: returns a pointer to the beginning, current character and the end of the put area The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre protégée) |