KiCad PCB EDA Suite
|
#include <json_serializers.h>
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 |
Definition at line 37 of file json_serializers.h.
using detail::char_traits< wxUniChar >::char_type = wxUniChar |
Definition at line 39 of file json_serializers.h.
using detail::char_traits< wxUniChar >::int_type = uint32_t |
Definition at line 40 of file json_serializers.h.
|
inlinestaticconstexprnoexcept |
Definition at line 47 of file json_serializers.h.
Definition at line 45 of file json_serializers.h.
Definition at line 43 of file json_serializers.h.