System::IO::WrapSTDIOStream metode
isi
[
bersembunyi
]System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) method
Fungsi pembungkus untuk aliran mirip std::basic_iostream.
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 | Tipe | Deskripsi |
|---|---|---|
| stream | std::basic_iostream<char_type, traits_type>& | std::basic_iostream-like aliran |
| mode | STDIOStreamWrappingMode | Mode pembungkus |
| pref_pos | STDIOStreamPositionPreference | Posisi yang akan dipilih sebagai posisi baca dan tulis, jika keduanya berbeda |
ReturnValue
BasicSTDIOStreamWrapper wrapper
Lihat Juga
- 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
Fungsi pembungkus untuk aliran mirip std::basic_istream.
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 | Tipe | Deskripsi |
|---|---|---|
| stream | std::basic_istream<char_type, traits_type>& | std::basic_istream-like aliran |
| mode | STDIOStreamWrappingMode | Mode pembungkus |
ReturnValue
BasicSTDIStreamWrapper wrapper
Lihat Juga
- 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
Fungsi pembungkus untuk aliran mirip std::basic_ostream.
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 | Tipe | Deskripsi |
|---|---|---|
| stream | std::basic_ostream<char_type, traits_type>& | std::basic_ostream-like aliran |
| mode | STDIOStreamWrappingMode | Mode pembungkus |
ReturnValue
BasicSTDOStreamWrapper wrapper
Lihat Juga
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Page for C++