<sstream>
割り当てられた配列オブジェクトに格納されているシーケンスのストリーム入出力操作をサポートするテンプレート クラスを定義します。 無限シーケンスは、テンプレート クラス basic_stringオブジェクトとして簡単に変換されます。
namespace std {
template<class CharType,
class Traits = char_traits<CharType>,
class Allocator = allocator<CharType> >
class basic_stringbuf;
typedef basic_stringbuf<char> stringbuf;
typedef basic_stringbuf<wchar_t> wstringbuf;
template<class CharType,
class Traits = char_traits<CharType>,
class Allocator = allocator<CharType> >
class basic_istringstream;
typedef basic_istringstream<char> istringstream;
typedef basic_istringstream<wchar_t> wistringstream;
template<class CharType,
class Traits = char_traits<CharType>,
class Allocator = allocator<CharType> >
class basic_ostringstream;
typedef basic_ostringstream<char> ostringstream;
typedef basic_ostringstream<wchar_t> wostringstream;
template<class CharType,
class Traits = char_traits<CharType>,
class Allocator = allocator<CharType> >
class basic_stringstream;
typedef basic_stringstream<char> stringstream;
typedef basic_stringstream<wchar_t> wstringstream;
// TEMPLATE FUNCTIONS
template<class CharType, class Traits, class Allocator>
void swap(
basic_stringbuf<CharType, Traits, Allocator>& _Left,
basic_stringbuf<CharType, Traits, Allocator>& _Right
);
template<class CharType, class Traits, class Allocator>
void swap(
basic_istringstream<CharType, Traits, Allocator>& _Left,
basic_istringstream<CharType, Traits, Allocator>& _Right
);
template<class CharType, class Traits, class Allocator>
void swap(
basic_ostringstream<CharType, Traits, Allocator>& _Left,
basic_ostringstream<CharType, Traits, Allocator>& _Right
);
template<class CharType, class Traits, class Allocator>
void swap (
basic_stringstream<CharType, Traits, Allocator>& _Left,
basic_stringstream<CharType, Traits, Allocator>& _Right
);
} // namespace std
パラメーター
パラメーター |
説明 |
---|---|
_Left |
sstream オブジェクトへの参照。 |
_Right |
sstream オブジェクトへの参照。 |
解説
型 char * オブジェクトはオーバーフローに <strstream> の機能を使用できます。 ただし、<strstream> は推奨されておらず、<sstream> の使用を推奨します。
Typedef
char テンプレート パラメーターを特化型 basic_istringstream を作成します。 |
|
char テンプレート パラメーターを特化型 basic_ostringstream を作成します。 |
|
char テンプレート パラメーターを特化型 basic_stringbuf を作成します。 |
|
char テンプレート パラメーターを特化型 basic_stringstream を作成します。 |
|
wchar_t テンプレート パラメーターを特化型 basic_istringstream を作成します。 |
|
wchar_t テンプレート パラメーターを特化型 basic_ostringstream を作成します。 |
|
wchar_t テンプレート パラメーターを特化型 basic_stringbuf を作成します。 |
|
wchar_t テンプレート パラメーターを特化型 basic_stringstream を作成します。 |
マニピュレーター
sstream 2 の二つのオブジェクトの値を交換します。 |
クラス
型の特性を Trクラスにおける、型 Elem要素の送信を制御する Array オブジェクトに格納されている要素のシーケンスとしてストリーム バッファーを記述します。 |
|
オブジェクトは、クラス basic_stringbuf<Elem、Tr、型の特性を Trクラスによって決定され、要素が Allocのアロケーター クラスによって割り当てられた型 Elem要素で Alloc>ストリーム バッファーからの要素とエンコードされたオブジェクトのコントロールの抽出記述します。 |
|
クラス basic_stringbuf<Elem、Tr、型の特性を Trクラスによって決定され、要素が Allocのアロケーター クラスによって割り当てられた型 Elem要素で Alloc>ストリーム バッファーにオブジェクトを、要素とエンコードされたオブジェクトのコントロールの挿入を記述します。 |
|
クラス basic_stringbuf<Elem、Tr、型の特性を Trクラスによって決定され、要素が Allocのアロケーター クラスによって割り当てられた型 Elem要素で Alloc>ストリームのバッファーを使用してオブジェクトを、要素とエンコードされたオブジェクトのコントロールの挿入および抽出記述します。 |
必要条件
ヘッダー: の <sstream>
名前空間: std