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

BasicSystemIOStreamWrapper class

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

template<typename Elem,typename Traits>class BasicSystemIOStreamWrapper : public std::basic_iostream<Elem, std::char_traits<Elem>>

विधियाँ

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

Typedefs

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

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