Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Namespaces | Functions
printf.h File Reference
#include <algorithm>
#include <limits>
#include "system/fmt/format.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fmt::internal::IntChecker< IsSigned >
 
struct  fmt::internal::IntChecker< true >
 
class  fmt::internal::PrecisionHandler
 
class  fmt::internal::IsZeroInt
 
struct  fmt::internal::is_same< T, U >
 
struct  fmt::internal::is_same< T, T >
 
class  fmt::internal::ArgConverter< T >
 
class  fmt::internal::CharConverter
 
class  fmt::internal::WidthHandler
 
class  fmt::internal::BasicPrintfArgFormatter< Impl, Char >
 
class  fmt::internal::PrintfArgFormatter< Char >
 
class  fmt::internal::PrintfFormatter< Char, ArgFormatter >
 

Namespaces

 fmt
 
 fmt::internal
 

Functions

template<typename Char >
void fmt::printf (BasicWriter< Char > &w, BasicCStringRef< Char > format, ArgList args)
 
std::string fmt::sprintf (CStringRef format, ArgList args)
 
std::wstring fmt::sprintf (WCStringRef format, ArgList args)
 
FMT_API int fmt::fprintf (std::FILE *f, CStringRef format, ArgList args)
 
int fmt::printf (CStringRef format, ArgList args)