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' 형식의 개체를 생성합니다. |
멤버 함수
Causes a stream buffer to be unavailable through stream buffer operations. |
|
Returns a count of the number of elements written to the controlled sequence. |
|
Returns a pointer to the stream's associated strstreambuf object. |
|
Calls freeze, and then returns a pointer to the beginning of the controlled sequence. |
요구 사항
Header: <strstream>
네임스페이스: std