#include <tpf_output.hpp>
|
using | base_t = std::ostringstream |
|
Definition at line 843 of file tpf_output.hpp.
◆ base_t
◆ string_stream() [1/2]
tpf::output::string_stream::string_stream |
( |
| ) |
|
|
inline |
◆ string_stream() [2/2]
tpf::output::string_stream::string_stream |
( |
const string_stream & |
| ) |
|
|
default |
◆ clear()
◆ operator const char *()
tpf::output::string_stream::operator const char * |
( |
| ) |
const |
|
inline |
◆ operator std::string()
tpf::output::string_stream::operator std::string |
( |
| ) |
const |
|
inline |
◆ operator std::wstring()
tpf::output::string_stream::operator std::wstring |
( |
| ) |
const |
|
inline |
◆ operator<<() [1/9]
template<typename ArgCharType >
string_stream & tpf::output::string_stream::operator<< |
( |
const ArgCharType & |
arg | ) |
|
|
inline |
◆ operator<<() [2/9]
string_stream & tpf::output::string_stream::operator<< |
( |
const char * |
arg | ) |
|
|
inline |
◆ operator<<() [3/9]
◆ operator<<() [4/9]
◆ operator<<() [5/9]
◆ operator<<() [6/9]
◆ operator<<() [7/9]
◆ operator<<() [8/9]
string_stream & tpf::output::string_stream::operator<< |
( |
const wchar_t * |
arg | ) |
|
|
inline |
◆ operator<<() [9/9]
template<std::size_t N, typename T , typename deleter >
◆ operator=()
◆ std() [1/2]
base_t & tpf::output::string_stream::std |
( |
| ) |
|
|
inline |
◆ std() [2/2]
const base_t & tpf::output::string_stream::std |
( |
| ) |
const |
|
inline |
◆ str()
std::string tpf::output::string_stream::str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: