다음을 통해 공유


istrstream 클래스

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

class istrstream : public istream

설명

The object stores an object of class strstreambuf.

참고

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

생성자

istrstream

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

멤버 함수

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

참고 항목

참조

istream

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

iostream 프로그래밍

iostreams 규칙

기타 리소스

istrstream 멤버

<strstream> 멤버