System::IO::WrapSTDIOStream-metod
Innehåll
[
Dölj
]System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) method
Wrapper-funktion 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 | Type | Beskrivning |
|---|---|---|
| ström | std::basic_iostream<char_type, traits_type>& | std::basic_iostream-liknande ström |
| mode | STDIOStreamWrappingMode | Inslagningslä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.Page for C++
System::IO::WrapSTDIOStream(std::basic_istream<char_type, traits_type>&, STDIOStreamWrappingMode) method
Wrapper-funktion 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 | Type | Beskrivning |
|---|---|---|
| ström | std::basic_istream<char_type, traits_type>& | std::basic_istream-liknande ström |
| mode | STDIOStreamWrappingMode | Inslagningsläge |
ReturnValue
BasicSTDIStreamWrapper wrapper
Se även
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Page for C++
System::IO::WrapSTDIOStream(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) method
Wrapper-funktion 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 | Type | Beskrivning |
|---|---|---|
| ström | std::basic_ostream<char_type, traits_type>& | std::basic_ostream-liknande ström |
| mode | STDIOStreamWrappingMode | Inslagningsläge |
ReturnValue
BasicSTDOStreamWrapper wrapper
Se även
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Page for C++