Public Member Functions | Private Types | Private Attributes | List of all members
detail::custom_formatter< Context > Class Template Reference

#include <format.h>

Public Member Functions

 custom_formatter (basic_format_parse_context< char_type > &parse_ctx, Context &ctx)
 
bool operator() (typename basic_format_arg< Context >::handle h) const
 
template<typename T >
bool operator() (T) const
 

Private Types

using char_type = typename Context::char_type
 

Private Attributes

Context & ctx_
 
basic_format_parse_context< char_type > & parse_ctx_
 

Detailed Description

template<typename Context>
class detail::custom_formatter< Context >

Definition at line 2327 of file format.h.

Member Typedef Documentation

template<typename Context>
using detail::custom_formatter< Context >::char_type = typename Context::char_type
private

Definition at line 2329 of file format.h.

Constructor & Destructor Documentation

template<typename Context>
detail::custom_formatter< Context >::custom_formatter ( basic_format_parse_context< char_type > &  parse_ctx,
Context &  ctx 
)
inlineexplicit

Definition at line 2335 of file format.h.

Member Function Documentation

template<typename Context>
bool detail::custom_formatter< Context >::operator() ( typename basic_format_arg< Context >::handle  h) const
inline

Definition at line 2339 of file format.h.

template<typename Context>
template<typename T >
bool detail::custom_formatter< Context >::operator() ( ) const
inline

Definition at line 2344 of file format.h.

Member Data Documentation

template<typename Context>
Context& detail::custom_formatter< Context >::ctx_
private

Definition at line 2332 of file format.h.

template<typename Context>
basic_format_parse_context<char_type>& detail::custom_formatter< Context >::parse_ctx_
private

Definition at line 2331 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51