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