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

BasicSystemIStreamWrapper class

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

template<typename Elem,typename Traits>class BasicSystemIStreamWrapper : public std::basic_istream<Elem, std::char_traits<Elem>>

विधियाँ

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

Typedefs

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

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