std::basic_streambuf<CharT,Traits>::pbase, std::basic_streambuf<CharT,Traits>::pptr, std::basic_streambuf<CharT,Traits>::epptr
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
char_type* pbase() const; |
(1) | |
char_type* pptr() const; |
(2) | |
char_type* epptr() const; |
(3) | |
Devoluciones punteros que define el área 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.
You can help to correct and verify the translation. Click here for instructions.
1)
Devuelve el puntero al comienzo de la zona de 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)
Devuelve el puntero al carácter actual (' poner puntero) en la zona de put .
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)
Devuelve el puntero al final de la zona de 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.
Parámetros
(Ninguno)
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.
Valor de retorno
1)
El puntero al comienzo de la zona de poner .
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)
El puntero al carácter actual ( poner puntero) en el área de poner .
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)
El puntero al final de la zona de poner .
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.
Ejemplo
| Esta sección está incompleta Razón: sin ejemplo |
Ver también
| Devuelve un puntero al comienzo, el carácter actual y el final de la zona de obtención. (función miembro protegida) |