System::IO::BasicSystemIOStreamBuf::BasicSystemIOStreamBuf constructor
Contents
[
Hide
]BasicSystemIOStreamBuf::BasicSystemIOStreamBuf() constructor
Constructs a new instance of the BasicSystemIOStreamBuf.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf()
See Also
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf&&) constructor
Move constructor.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf &&right) noexcept
Parameter | Type | Description |
---|---|---|
right | BasicSystemIOStreamBuf&& | Object to be move |
See Also
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf&) constructor
Copy constructor. Deleted.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf &)=delete
See Also
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const SharedPtr<Stream>&, SystemIOStreamWrappingMode, const std::locale&) constructor
Constructs a new instance of the BasicSystemIOStreamBuf.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const SharedPtr<Stream> &str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary, const std::locale &locale=std::locale())
Parameter | Type | Description |
---|---|---|
str | const SharedPtr<Stream>& | Smart pointer to the stream |
mode | SystemIOStreamWrappingMode | Wrapping mode |
locale | const std::locale& | Stream’s locale |
See Also
- Typedef SharedPtr
- Class Stream
- Enum SystemIOStreamWrappingMode
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++