System::IO::BasicSystemIOStreamBuf 클래스

BasicSystemIOStreamBuf class

System::IO::Stream-와 유사한 스트림을 래핑하는 버퍼를 나타내며, 이를 std::iostream과 유사한 스트림 내부 버퍼로 사용할 수 있게 합니다.

template<typename Elem,typename Traits>class BasicSystemIOStreamBuf : public std::basic_streambuf<Elem, std::char_traits<Elem>>

메서드

메서드설명
AssignRV(BasicSystemIOStreamBuf&&)포인터를 재설정하고 swap()을 호출하기 위해 이동 생성자와 이동 대입 연산자에서 사용됩니다.
explicit BasicSystemIOStreamBuf()BasicSystemIOStreamBuf의 새 인스턴스를 생성합니다.
explicit BasicSystemIOStreamBuf(const SharedPtr<Stream>&, SystemIOStreamWrappingMode, const std::locale&)BasicSystemIOStreamBuf의 새 인스턴스를 생성합니다.
BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf&)복사 생성자. 삭제됨.
BasicSystemIOStreamBuf(BasicSystemIOStreamBuf&&)이동 생성자.
operator=(const BasicSystemIOStreamBuf&)복사 할당 연산자. 삭제됨.
operator=(BasicSystemIOStreamBuf&&)이동 할당 연산자.
swap(BasicSystemIOStreamBuf&)같지 않을 경우 *this과 right를 교환하는 호출입니다.
~BasicSystemIOStreamBuf() override소멸자.

Typedefs

타입 정의설명
char_type
int_type
Mysb
off_type
pos_type
traits_type

또 보기