|
BDE 4.39.x Production Release
|
#include <bsls_ident.h>#include <bslscm_version.h>#include <bslfmt_format.h>#include <bslstl_string.h>#include <bslstl_stringview.h>#include <cstdio>Go to the source code of this file.
Macros | |
| #define | BSLFMT_FORMAT_STRING_PARAMETER bsl::format_string |
Functions | |
| template<class... t_ARGS> | |
| void | bslfmt::print (BSLFMT_FORMAT_STRING_PARAMETER fmt, t_ARGS &&... args) |
| template<class... t_ARGS> | |
| void | bslfmt::print (std::FILE *stream, BSLFMT_FORMAT_STRING_PARAMETER fmt, t_ARGS &&... args) |
| template<class... t_ARGS> | |
| void | bslfmt::println (BSLFMT_FORMAT_STRING_PARAMETER fmt, t_ARGS &&... args) |
| template<class... t_ARGS> | |
| void | bslfmt::println (std::FILE *stream, BSLFMT_FORMAT_STRING_PARAMETER fmt, t_ARGS &&... args) |
| void | bslfmt::println () |
| void | bslfmt::println (std::FILE *stream) |
| void | bslfmt::vprint_nonunicode (bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::vprint_nonunicode (std::FILE *stream, bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::vprint_nonunicode_buffered (std::FILE *stream, bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::vprint_unicode (bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::vprint_unicode (std::FILE *stream, bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::vprint_unicode_buffered (std::FILE *stream, bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::Print_Imp_ThrowIoError () |
The content of this file has been pre-processed for Doxygen.