System::IO::BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper konstruktor
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper&&) constructor
Flyttkonstruktor.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper &&right) noexcept
| Parameter | Type | Beskrivning |
|---|---|---|
| right | BasicSystemIOStreamWrapper&& | Object att flyttas |
Se även
- Class BasicSystemIOStreamWrapper
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper&) constructor
Kopieringskonstruktor. Borttagen.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper &)=delete
Se även
- Class BasicSystemIOStreamWrapper
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) constructor
Skapar en ny instans av BasicSystemIOStreamWrapper.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | SharedPtr<Stream> | Pekaren till strömmen |
| mode | SystemIOStreamWrappingMode | Inslagningsläge |
Se även
- Typedef SharedPtr
- Class Stream
- Enum SystemIOStreamWrappingMode
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++