[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/io/streamoff [Back]  [Original]

std::streamoff cppreference.com
cppreference.com
Namensrume
Varianten

std::streamoff

Aus cppreference.com
< cpp | io

<metanoindex/>

 
 
Input / Output-Bibliothek
I / O-Manipulatoren
C-style I / O
Puffern
Original:
Buffers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_streambuf
basic_filebuf
basic_stringbuf
strstreambuf(veraltet)
Streams
Original:
Streams
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Abstraktionen
Original:
Abstractions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
ios_base
basic_ios
basic_istream
basic_ostream
basic_iostream
Datei-I / O
Original:
File I/O
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_ifstream
basic_ofstream
basic_fstream
String I / O
Original:
String I/O
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_istringstream
basic_ostringstream
basic_stringstream
Array I / O
Original:
Array I/O
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
istrstream(veraltet)
ostrstream(veraltet)
strstream(veraltet)
Types
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
streamoff
streamsize
fpos
Fehler Kategorie Schnittstelle
Original:
Error category interface
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
iostream_category(C++11)
io_errc(C++11)
 
<tbody> </tbody>
definiert in Header <ios>
typedef /*unspecified*/ streamoff;
Die Art std::streamoff ist ein signiertes integraler Art von ausreichender Gre, um die maximal mgliche Dateigre vom Betriebssystem untersttzt darstellen. Typischerweise ist dies ein typedef long long .
Original:
The type std::streamoff is a signed integral type of sufficient size to represent the maximum possible file size supported by the operating system. Typically, this is a typedef to long long.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Es wird verwendet, um Offsets aus dem Strom-Positionen (Werte vom Typ std::fpos) darstellen. Ein std::streamoff Wert -1 wird auch verwendet, um Fehlerbedingungen durch einige der I / O-Bibliothek Funktionen darstellen .
Original:
It is used to represent offsets from stream positions (values of type std::fpos). A std::streamoff value of -1 is also used to represent error conditions by some of the I/O library functions.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Beziehung mit std :: FPOS

  • ein Wert vom Typ std::fpos implizit konvertierbar std::streamoff (die Umwandlung im Offset vom Anfang der Datei .
    Original:
    a value of type std::fpos is implicitly convertible to std::streamoff (the conversion results in the offset from the beginning of the file.
    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.

Siehe auch

stellt absolute Position in einem Stream oder einer Datei
Original:
represents absolute position in a stream or a file
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template)
sets the input position indicator
(ffentliche Elementfunktion of std::basic_istream) [edit]
setzt den Ausgang Stellungsanzeige
Original:
sets the output position indicator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(ffentliche Elementfunktion of std::basic_ostream) [edit]

Web Proxy Viewer  |  New URL  |  Original Page