std::basic_streambuf::pbase, std::basic_streambuf::pptr, std::basic_streambuf::epptr
De 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/>
<tbody> </tbody> char_type* pbase() const; |
(1) | |
char_type* pptr() const; |
(2) | |
char_type* epptr() const; |
(3) | |
Retourne pointeurs dfinition de la zone mise .
Original:
Returns pointers defining 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.
You can help to correct and verify the translation. Click here for instructions.
1)
Renvoie le pointeur vers le dbut de la zone put .
Original:
Returns the pointer to the beginning 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.
You can help to correct and verify the translation. Click here for instructions.
2)
Retourne le pointeur sur le caractre courant (' mis pointeur) dans la zone de mise .
Original:
Returns the pointer to the current character (put pointer) in 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.
You can help to correct and verify the translation. Click here for instructions.
3)
Renvoie le pointeur la fin de la zone put .
Original:
Returns the pointer to 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.
You can help to correct and verify the translation. Click here for instructions.
Paramtres
(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.
Retourne la valeur
1)
Le pointeur vers le dbut de la zone de mise .
Original:
The pointer to the beginning 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.
You can help to correct and verify the translation. Click here for instructions.
2)
Le pointeur vers le caractre courant (' mis pointeur) dans la zone de mise .
Original:
The pointer to the current character (put pointer) in 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.
You can help to correct and verify the translation. Click here for instructions.
3)
Le pointeur la fin de la zone de mise .
Original:
The pointer to 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.
You can help to correct and verify the translation. Click here for instructions.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
renvoie un pointeur sur le dbut, le caractre courant et la fin de la zone d'obtention Original: returns a pointer to the beginning, current character and 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. (fonction membre protge) | |