System::IO::WrapSTDIOStream‑metod
Innehåll
[
Dölj
]System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) method
Omslutningsfunktion för std::basic_iostream‑liknande strömmar.
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 | Beskrivning |
|---|---|---|
| ström | std::basic_iostream<char_type, traits_type>& | std::basic_iostream‑liknande ström |
| läge | STDIOStreamWrappingMode | Omslutningsläge |
| pref_pos | STDIOStreamPositionPreference | Position som föredras som läs‑ och skrivposition om de är olika |
ReturnValue
BasicSTDIOStreamWrapper wrapper
Se även
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Enum STDIOStreamPositionPreference
- Namespace System::IO
- Library Aspose.PDF for C++
System::IO::WrapSTDIOStream(std::basic_istream<char_type, traits_type>&, STDIOStreamWrappingMode) method
Omslutningsfunktion för std::basic_istream‑liknande strömmar.
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 | Beskrivning |
|---|---|---|
| ström | std::basic_istream<char_type, traits_type>& | std::basic_istream‑liknande ström |
| läge | STDIOStreamWrappingMode | Omslutningsläge |
ReturnValue
BasicSTDIStreamWrapper wrapper
Se även
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.PDF for C++
System::IO::WrapSTDIOStream(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) method
Omslutningsfunktion för std::basic_ostream‑liknande strömmar.
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 | Beskrivning |
|---|---|---|
| ström | std::basic_ostream<char_type, traits_type>& | std::basic_ostream‑liknande ström |
| läge | STDIOStreamWrappingMode | Omslutningsläge |
ReturnValue
BasicSTDOStreamWrapper wrapper
Se även
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.PDF for C++