다음을 통해 공유


strstream 클래스

Describes an object that controls insertion and extraction of elements and encoded objects using a stream buffer of class strstreambuf.

class strstream : public iostream 

설명

The object stores an object of class strstreambuf.

참고

이 클래스는 더 이상 사용되지 않습니다.Consider using stringstream or wstringstream instead.

생성자

strstream

'strstream' 형식의 개체를 생성합니다.

멤버 함수

freeze

Causes a stream buffer to be unavailable through stream buffer operations.

pcount

Returns a count of the number of elements written to the controlled sequence.

rdbuf

Returns a pointer to the stream's associated strstreambuf object.

str

Calls freeze, and then returns a pointer to the beginning of the controlled sequence.

요구 사항

Header: <strstream>

네임스페이스: std

참고 항목

참조

iostream

C++ 표준 라이브러리의 스레드 보안

iostream 프로그래밍

iostreams 규칙

기타 리소스

strstream 멤버

<strstream> 멤버