System::IO::BasicSystemOStreamWrapper क्लास

BasicSystemOStreamWrapper class

एक std::ostream-समतुल्य रैपर का प्रतिनिधित्व करता है जो आंतरिक बफ़र के रूप में BasicSystemIOStreamBuf का उपयोग करता है।

template<typename Elem,typename Traits>class BasicSystemOStreamWrapper : public std::basic_ostream<Elem, std::char_traits<Elem>>

विधियाँ

विधिविवरण
AssignRV(BasicSystemOStreamWrapper&&)पॉइंटर रीसेट करने और swap() को कॉल करने के लिए मूव कंस्ट्रक्टर और मूव असाइनमेंट ऑपरेटर में उपयोग किया जाता है।
BasicSystemOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode)BasicSystemOStreamWrapper का नया इंस्टेंस बनाता है।
BasicSystemOStreamWrapper(const BasicSystemOStreamWrapper&)कॉपी कंस्ट्रक्टर। हटाया गया।
BasicSystemOStreamWrapper(BasicSystemOStreamWrapper&&)मूव कंस्ट्रक्टर।
operator=(const BasicSystemOStreamWrapper&)कॉपी असाइनमेंट ऑपरेटर। हटाया गया।
operator=(BasicSystemOStreamWrapper&&)मूव असाइनमेंट ऑपरेटर।
swap(BasicSystemOStreamWrapper&)यदि वे समान नहीं हैं, तो *this और right को बदलने का कॉल।

Typedefs

टाइपडिफ़विवरण
char_type
Mybase
Mysb
traits_type

संबंधित देखें