NGL  6.5
The NCCA Graphics Library
printf.h File Reference
#include <algorithm>
#include <limits>
#include "fmt/ostream.h"
+ 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
 
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 >
 
class  fmt::PrintfArgFormatter< Char >
 
class  fmt::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_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)