BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt_formattertestutil.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslfmt_format_arg.h>
#include <bslfmt_format_args.h>
#include <bslfmt_format_context.h>
#include <bslfmt_format_string.h>
#include <bslfmt_formaterror.h>
#include <bslfmt_formatparsecontext.h>
#include <bslfmt_formatterbase.h>
#include <bslfmt_mockformatcontext.h>
#include <bslfmt_mockparsecontext.h>
#include <bslalg_numericformatterutil.h>
#include <bslmf_assert.h>
#include <bslmf_integralconstant.h>
#include <bslmf_isarithmetic.h>
#include <bslmf_issame.h>
#include <bslmf_util.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_libraryfeatures.h>
#include <bsls_platform.h>
#include <bsls_util.h>
#include <bslstl_iterator.h>
#include <bslstl_string.h>
#include <bslstl_stringview.h>
#include <locale>
#include <utility>

Go to the source code of this file.

Classes

struct  bslfmt::FormatterTestUtil_Impl< t_CHAR >
 
struct  bslfmt::FormatterTestUtil< t_CHAR >
 
struct  bslfmt::FormatterTestUtil< char >
 
struct  bslfmt::FormatterTestUtil< wchar_t >
 

Macros

#define BSLFMT_FORMATTER_TEST_CONSTEVAL
 
#define BSLFMT_FORMATTER_TEST_UTIL_FORMAT_STRING    bslfmt::basic_format_string<char>
 
#define BSLFMT_FORMATTER_TEST_UTIL_FORMAT_STRING_ONE_ARG    bslfmt::basic_format_string<char>
 
#define BSLFMT_FORMATTER_TEST_UTIL_FORMAT_STRING_TWO_ARGS    bslfmt::basic_format_string<char>
 
#define BSLFMT_FORMATTER_TEST_UTIL_WFORMAT_STRING    bslfmt::basic_format_string<wchar_t>
 
#define BSLFMT_FORMATTER_TEST_UTIL_WFORMAT_STRING_ONE_ARG    bslfmt::basic_format_string<wchar_t>
 
#define BSLFMT_FORMATTER_TEST_UTIL_WFORMAT_STRING_TWO_ARGS    bslfmt::basic_format_string<wchar_t>
 
#define BSLFMT_FORMATTER_TEST_UTIL_BASIC_FORMAT_STRING    bslfmt::basic_format_string<t_CHAR>
 
#define BSLFMT_FORMATTER_TEST_UTIL_BASIC_FORMAT_STRING_ONE_ARG    bslfmt::basic_format_string<t_CHAR>
 
#define BSLFMT_FORMATTER_TEST_UTIL_BASIC_FORMAT_STRING_TWO_ARGS    bslfmt::basic_format_string<t_CHAR>
 
#define BSLFMT_FORMATTER_TEST_UTIL_FORMAT_STRING_P    bslfmt::basic_format_string<char>
 
#define BSLFMT_FORMATTER_TEST_UTIL_WFORMAT_STRING_P    bslfmt::basic_format_string<wchar_t>
 
#define BSLFMT_FORMATTER_TEST_UTIL_BASIC_FORMAT_STRING_P    bslfmt::basic_format_string<t_CHAR>
 
#define BSLFMT_FORMATTER_TEST_UTIL_BASIC_FORMAT_STRING_GETTER(ARG)    ARG.get()
 

Detailed Description

The content of this file has been pre-processed for Doxygen.