BasicSystemIOStreamWrapper()
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) constructor
Constructs a new instance of the BasicSystemIOStreamWrapper.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
Arguments
Parameter | Type | Description |
---|---|---|
str | SharedPtr<Stream> | The pointer to the stream |
mode | SystemIOStreamWrappingMode | Wrapping mode |
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper&) constructor
Copy constructor. Deleted.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper &)=delete
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper&&) constructor
Move constructor.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper &&right) noexcept
Arguments
Parameter | Type | Description |
---|---|---|
right | BasicSystemIOStreamWrapper&& | Object to be move |
See Also
- Enum SystemIOStreamWrappingMode
- Typedef SharedPtr
- Class Stream
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Slides