منشئ System::IO::BasicSystemIOStreamBuf::BasicSystemIOStreamBuf

BasicSystemIOStreamBuf::BasicSystemIOStreamBuf() constructor

يُنشئ مثيلًا جديدًا من BasicSystemIOStreamBuf.

System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf()

انظر أيضًا

BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf&&) constructor

منشئ نقل.

System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf &&right) noexcept
ParameterTypeالوصف
rightBasicSystemIOStreamBuf&&Object ليتم النقل

انظر أيضًا

BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf&) constructor

منشئ النسخ. محذوف.

System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf &)=delete

انظر أيضًا

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())
ParameterTypeالوصف
strconst SharedPtr<Stream>&مؤشر ذكي إلى الدفق
modeSystemIOStreamWrappingModeوضع التغليف
localeconst std::locale&الإعداد الإقليمي لـ Stream

انظر أيضًا