HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::compile_parse_context< Char > Class Template Reference

#include <core.h>

+ Inheritance diagram for detail::compile_parse_context< Char >:

Public Member Functions

FMT_CONSTEXPR compile_parse_context (basic_string_view< Char > format_str, int num_args, const type *types, int next_arg_id=0)
 
constexpr auto num_args () const -> int
 
constexpr auto arg_type (int id) const -> type
 
FMT_CONSTEXPR auto next_arg_id () -> int
 
FMT_CONSTEXPR void check_arg_id (int id)
 
FMT_CONSTEXPR void check_dynamic_spec (int arg_id)
 
- Public Member Functions inherited from basic_format_parse_context< Char >
constexpr basic_format_parse_context (basic_string_view< Char > format_str, int next_arg_id=0)
 
constexpr auto begin () const noexcept-> iterator
 
constexpr auto end () const noexcept-> iterator
 
FMT_CONSTEXPR void advance_to (iterator it)
 
FMT_CONSTEXPR auto next_arg_id () -> int
 
FMT_CONSTEXPR void check_arg_id (int id)
 
FMT_CONSTEXPR void check_arg_id (basic_string_view< Char >)
 
FMT_CONSTEXPR void check_dynamic_spec (int arg_id)
 

Additional Inherited Members

- Public Types inherited from basic_format_parse_context< Char >
using char_type = Char
 
using iterator = const Char *
 

Detailed Description

template<typename Char>
class detail::compile_parse_context< Char >

Definition at line 724 of file core.h.

Constructor & Destructor Documentation

template<typename Char >
FMT_CONSTEXPR detail::compile_parse_context< Char >::compile_parse_context ( basic_string_view< Char >  format_str,
int  num_args,
const type types,
int  next_arg_id = 0 
)
inlineexplicit

Definition at line 731 of file core.h.

Member Function Documentation

template<typename Char >
constexpr auto detail::compile_parse_context< Char >::arg_type ( int  id) const -> type
inline

Definition at line 737 of file core.h.

template<typename Char >
FMT_CONSTEXPR void detail::compile_parse_context< Char >::check_arg_id ( int  id)
inline

Definition at line 745 of file core.h.

template<typename Char >
FMT_CONSTEXPR void detail::compile_parse_context< Char >::check_dynamic_spec ( int  arg_id)
inline

Definition at line 751 of file core.h.

template<typename Char >
FMT_CONSTEXPR auto detail::compile_parse_context< Char >::next_arg_id ( ) -> int
inline

Definition at line 739 of file core.h.

template<typename Char >
constexpr auto detail::compile_parse_context< Char >::num_args ( ) const -> int
inline

Definition at line 736 of file core.h.


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