Méthode System::IO::WrapSTDIOStream
Contenu
[
Cacher
]System::IO::WrapSTDIOStream(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) method
Fonction d’enveloppe pour les flux de type 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)
| Paramètre | Type | Description |
|---|---|---|
| flux | std::basic_iostream<char_type, traits_type>& | Flux de type std::basic_iostream |
| mode | STDIOStreamWrappingMode | Mode d’enveloppement |
| pref_pos | STDIOStreamPositionPreference | Position qui sera préférée comme position de lecture et d’écriture, si elles sont différentes. |
ReturnValue
BasicSTDIOStreamWrapper wrapper
Voir aussi
- 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
Fonction d’enveloppe pour les flux de type 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)
| Paramètre | Type | Description |
|---|---|---|
| flux | std::basic_istream<char_type, traits_type>& | Flux de type std::basic_istream |
| mode | STDIOStreamWrappingMode | Mode d’enveloppement |
ReturnValue
BasicSTDIStreamWrapper wrapper
Voir aussi
- 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
Fonction d’enveloppe pour les flux de type 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)
| Paramètre | Type | Description |
|---|---|---|
| flux | std::basic_ostream<char_type, traits_type>& | Flux de type std::basic_ostream |
| mode | STDIOStreamWrappingMode | Mode d’enveloppement |
ReturnValue
BasicSTDOStreamWrapper wrapper
Voir aussi
- Typedef SharedPtr
- Class Stream
- Enum STDIOStreamWrappingMode
- Namespace System::IO
- Library Aspose.Font for C++