System::IO::BasicSystemIOStreamWrapper κλάση

BasicSystemIOStreamWrapper class

Αντιπροσωπεύει έναν wrapper τύπου 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

TypedefΠεριγραφή
char_type
Mybase
Mysb
traits_type

Δείτε επίσης