std::basic_streambuf::eback, std::basic_streambuf::gptr, std::basic_streambuf::egptr
Da cppreference.com.
< cpp | io | basic streambuf
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
char_type* eback() const; |
(1) | |
char_type* gptr() const; |
(2) | |
char_type* egptr() const; |
(3) | |
Restituisce puntatori definendo l'area 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.
Restituisce il puntatore all'inizio della zona 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.
Restituisce il puntatore al carattere corrente ( ottenere puntatore) nella zona 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.
Restituisce il puntatore alla fine della zona di 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.
Indice |
[modifica] Parametri
(Nessuno)
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.
[modifica] Valore di ritorno
1)Il puntatore all'inizio della zona 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.
Il puntatore al carattere corrente ( arrivare puntatore) nella zona 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.
Il puntatore alla fine dell'area 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.
[modifica] Esempio
This section is incomplete Reason: no example |
[modifica] Vedi anche
restituisce un puntatore all'inizio, carattere corrente e la fine dell'area messo 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. (protetto funzione membro) |