منشئ System::IO::BasicSystemIOStreamBuf::BasicSystemIOStreamBuf
محتويات
[
يخفي
]BasicSystemIOStreamBuf::BasicSystemIOStreamBuf() constructor
يُنشئ مثيلًا جديدًا من BasicSystemIOStreamBuf.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf()
انظر أيضًا
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf&&) constructor
منشئ نقل.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf &&right) noexcept
| Parameter | Type | الوصف |
|---|---|---|
| right | BasicSystemIOStreamBuf&& | Object ليتم النقل |
انظر أيضًا
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf&) constructor
منشئ النسخ. محذوف.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf &)=delete
انظر أيضًا
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const SharedPtr<Stream>&, SystemIOStreamWrappingMode, const std::locale&) constructor
يُنشئ مثيلًا جديدًا من BasicSystemIOStreamBuf.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const SharedPtr<Stream> &str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary, const std::locale &locale=std::locale())
| Parameter | Type | الوصف |
|---|---|---|
| str | const SharedPtr<Stream>& | مؤشر ذكي إلى الدفق |
| mode | SystemIOStreamWrappingMode | وضع التغليف |
| locale | const std::locale& | الإعداد الإقليمي لـ Stream |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Enum SystemIOStreamWrappingMode
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.Page for C++