◐ Shell
clean mode source ↗

std::basic_streambuf::pbase, std::basic_streambuf::pptr, std::basic_streambuf::epptr - cppreference.com

Da cppreference.com.

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.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

char_type* pbase() const;

(1)

char_type* pptr() const;

(2)

char_type* epptr() const;

(3)

Restituisce puntatori definendo l'area put.

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.

1)

Restituisce il puntatore all'inizio della zona di 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.

2)

Restituisce il puntatore al carattere corrente ( mettere puntatore) nella zona di mettere.

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.

3)

Restituisce il puntatore alla fine della zona di 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.

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.

Valore di ritorno

1)

Il puntatore all'inizio della zona di mettere.

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.

2)

Il puntatore al carattere corrente ( mettere puntatore) nella zona di mettere.

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.

3)

Il puntatore alla fine dell'area messo.

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.

Esempio

Vedi anche

restituisce un puntatore all'inizio, carattere corrente e la fine dell'area get

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.


(protetto funzione membro) [modifica]