HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
custom_formatter< Char > Struct Template Reference

#include <format.h>

Public Member Functions

void operator() (typename basic_format_arg< buffer_context< Char >>::handle h) const
 
template<typename T >
void operator() (T) const
 

Public Attributes

basic_format_parse_context
< Char > & 
parse_ctx
 
buffer_context< Char > & ctx
 

Detailed Description

template<typename Char>
struct custom_formatter< Char >

Definition at line 1995 of file format.h.

Member Function Documentation

template<typename Char >
void custom_formatter< Char >::operator() ( typename basic_format_arg< buffer_context< Char >>::handle  h) const
inline

Definition at line 1999 of file format.h.

template<typename Char >
template<typename T >
void custom_formatter< Char >::operator() ( T  ) const
inline

Definition at line 2003 of file format.h.

Member Data Documentation

template<typename Char >
buffer_context<Char>& custom_formatter< Char >::ctx

Definition at line 1997 of file format.h.

template<typename Char >
basic_format_parse_context<Char>& custom_formatter< Char >::parse_ctx

Definition at line 1996 of file format.h.


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