NGL  6.5
The NCCA Graphics Library
fmt::internal::IsZeroInt Class Reference

#include <printf.h>

+ Inheritance diagram for fmt::internal::IsZeroInt:
+ Collaboration diagram for fmt::internal::IsZeroInt:

Public Member Functions

template<typename T >
bool visit_any_int (T value)
 
- Public Member Functions inherited from fmt::ArgVisitor< IsZeroInt, bool >
void report_unhandled_arg ()
 
bool visit_unhandled_arg ()
 
bool visit_int (int value)
 
bool visit_long_long (LongLong value)
 
bool visit_uint (unsigned value)
 
bool visit_ulong_long (ULongLong value)
 
bool visit_bool (bool value)
 
bool visit_char (int value)
 
bool visit_any_int (T)
 
bool visit_double (double value)
 
bool visit_long_double (long double value)
 
bool visit_any_double (T)
 
bool visit_cstring (const char *)
 
bool visit_string (Arg::StringValue< char >)
 
bool visit_wstring (Arg::StringValue< wchar_t >)
 
bool visit_pointer (const void *)
 
bool visit_custom (Arg::CustomValue)
 
bool visit (const Arg &arg)
 

Detailed Description

Definition at line 58 of file printf.h.

Member Function Documentation

template<typename T >
bool fmt::internal::IsZeroInt::visit_any_int ( value)
inline

Definition at line 61 of file printf.h.


The documentation for this class was generated from the following file: