다음을 통해 공유


<strstream>

Defines several classes that support iostreams operations on sequences stored in an allocated array of char object. Such sequences are easily converted to and from C strings.

#include <strstream>

설명

Objects of type strstream work with char *, which are C strings. Use <sstream> to work with objects of type basic_string.

참고

The classes in <strstream> are deprecated.Consider using the classes in <sstream> instead.

클래스

strstreambuf Class

The class describes a stream buffer that controls the transmission of elements to and from a sequence of elements stored in a char array object.

istrstream Class

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

ostrstream Class

The class describes an object that controls insertion of elements and encoded objects into a stream buffer of class strstreambuf.

strstream Class

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

참고 항목

참조

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

iostream 프로그래밍

iostreams 규칙

기타 리소스

<strstream> 멤버

C++ 표준 라이브러리 헤더 파일