System::IO::WrapSTDIOStream Methode
Inhalt
[
Ausblenden
]System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) method
Wrapper‑Funktion für std::basic_iostream‑ähnliche Streams.
template<typename char_type,typename traits_type> SharedPtr<Stream> System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type> &stream, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary, STDIOStreamPositionPreference pref_pos=STDIOStreamPositionPreference::Zero)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::basic_iostream<char_type, traits_type>& | std::basic_iostream‑ähnlicher Stream |
| mode | STDIOStreamWrappingMode | Wrap‑Modus |
| pref_pos | STDIOStreamPositionPreference | Position, die als Lese- und Schreibposition bevorzugt wird, wenn sie unterschiedlich sind |
ReturnValue
BasicSTDIOStreamWrapper wrapper
Siehe auch
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Enum STDIOStreamPositionPreference
- Namespace System::IO
- Library Aspose.Font for C++
System::IO::WrapSTDIOStream(std::basic_istream<char_type, traits_type>&, STDIOStreamWrappingMode) method
Wrapper-Funktion für std::basic_istream-ähnliche Streams.
template<typename char_type,typename traits_type> SharedPtr<Stream> System::IO::WrapSTDIOStream(std::basic_istream<char_type, traits_type> &stream, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::basic_istream<char_type, traits_type>& | std::basic_istream-ähnlicher Stream |
| mode | STDIOStreamWrappingMode | Wrap‑Modus |
ReturnValue
BasicSTDIStreamWrapper wrapper
Siehe auch
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Font for C++
System::IO::WrapSTDIOStream(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) method
Wrapper-Funktion für std::basic_ostream-ähnliche Streams.
template<typename char_type,typename traits_type> SharedPtr<Stream> System::IO::WrapSTDIOStream(std::basic_ostream<char_type, traits_type> &stream, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::basic_ostream<char_type, traits_type>& | std::basic_ostream-ähnlicher Stream |
| mode | STDIOStreamWrappingMode | Wrap‑Modus |
ReturnValue
BasicSTDOStreamWrapper wrapper
Siehe auch
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Font for C++