KiCad PCB EDA Suite
Loading...
Searching...
No Matches
detail::char_traits< wxUniChar > Struct Reference

#include <json_serializers.h>

Inheritance diagram for detail::char_traits< wxUniChar >:

Public Types

using char_type = wxUniChar
 
using int_type = uint32_t
 

Static Public Member Functions

static int_type to_int_type (char_type c) noexcept
 
static char_type to_char_type (int_type i) noexcept
 
static constexpr int_type eof () noexcept
 

Detailed Description

Definition at line 37 of file json_serializers.h.

Member Typedef Documentation

◆ char_type

using detail::char_traits< wxUniChar >::char_type = wxUniChar

Definition at line 39 of file json_serializers.h.

◆ int_type

using detail::char_traits< wxUniChar >::int_type = uint32_t

Definition at line 40 of file json_serializers.h.

Member Function Documentation

◆ eof()

static constexpr int_type detail::char_traits< wxUniChar >::eof ( )
inlinestaticconstexprnoexcept

Definition at line 47 of file json_serializers.h.

◆ to_char_type()

static char_type detail::char_traits< wxUniChar >::to_char_type ( int_type  i)
inlinestaticnoexcept

Definition at line 45 of file json_serializers.h.

◆ to_int_type()

static int_type detail::char_traits< wxUniChar >::to_int_type ( char_type  c)
inlinestaticnoexcept

Definition at line 43 of file json_serializers.h.


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