System::IO::WrapSTDIOStream-methode
inhoud
[
verbergen
]System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) method
Wrapper-functie voor std::basic_iostream-achtige 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 | Type | Beschrijving |
|---|---|---|
| stream | std::basic_iostream<char_type, traits_type>& | std::basic_iostream-achtige stream |
| mode | STDIOStreamWrappingMode | Wrap-modus |
| pref_pos | STDIOStreamPositionPreference | Positie die als lees- en schrijfpositie wordt geprefereerd, als deze verschillend zijn. |
ReturnValue
BasicSTDIOStreamWrapper wrapper
Zie ook
- 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-functie voor std::basic_istream-achtige 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 | Type | Beschrijving |
|---|---|---|
| stream | std::basic_istream<char_type, traits_type>& | std::basic_istream-achtige stream |
| mode | STDIOStreamWrappingMode | Wrap-modus |
ReturnValue
BasicSTDIStreamWrapper wrapper
Zie ook
- 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-functie voor std::basic_ostream-achtige 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 | Type | Beschrijving |
|---|---|---|
| stream | std::basic_ostream<char_type, traits_type>& | std::basic_ostream-achtige stream |
| mode | STDIOStreamWrappingMode | Wrap-modus |
ReturnValue
BasicSTDOStreamWrapper wrapper
Zie ook
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Page for C++