Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
printf.h File Reference
#include <algorithm>
#include <limits>
#include "ostream.h"
#include "printf.cc"
+ Include dependency graph for printf.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
 
class  fmt::internal::DefaultType
 
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::BasicPrintfArgFormatter< Impl, Char, Spec >
 
class  fmt::PrintfArgFormatter< Char >
 
class  fmt::PrintfFormatter< Char, ArgFormatter >
 

Namespaces

namespace  fmt
 
namespace  fmt::internal
 

Functions

void fmt::printf (Writer &w, CStringRef format, ArgList args)
 
void fmt::printf (WWriter &w, WCStringRef format, ArgList args)
 
std::string fmt::sprintf (CStringRef format, ArgList args)
 
std::wstring fmt::sprintf (WCStringRef format, ArgList args)
 
FMT_FUNC int fmt::fprintf (std::FILE *f, CStringRef format, ArgList args)
 
int fmt::printf (CStringRef format, ArgList args)
 
int fmt::fprintf (std::ostream &os, CStringRef format_str, ArgList args)