System::IO::BasicSystemOStreamWrapper class
BasicSystemOStreamWrapper class
Represents a std::ostream-like wrapper that used BasicSystemIOStreamBuf as internal buffer.
template<typename Elem,typename Traits>class BasicSystemOStreamWrapper : public std::basic_ostream<Elem, std::char_traits<Elem>>
Methods
Method | Description |
---|---|
AssignRV(BasicSystemOStreamWrapper&&) | Used in move constructor and move assignment operator to reset pointers and call swap(). |
BasicSystemOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) | Constructs a new instance of the BasicSystemOStreamWrapper. |
BasicSystemOStreamWrapper(const BasicSystemOStreamWrapper&) | Copy constructor. Deleted. |
BasicSystemOStreamWrapper(BasicSystemOStreamWrapper&&) | Move constructor. |
operator=(const BasicSystemOStreamWrapper&) | Copy assignment operator. Deleted. |
operator=(BasicSystemOStreamWrapper&&) | Move assignment operator. |
swap(BasicSystemOStreamWrapper&) | Call to swap *this and right, if they are not equal. |
Typedefs
Typedef | Description |
---|---|
char_type | |
Mybase | |
Mysb | |
traits_type |
See Also
- Namespace System::IO
- Library Aspose.TeX for C++