| 
| 
using  | CharEncodeType = std::array< CharEncodeMap, 115 > | 
|   | 
| 
using  | DECGraphicsType = std::array< DECSpecialGraphics, 39 > | 
|   | 
| 
using  | Cp437UcsType = std::array< std::array< wchar_t, 2 >, 256 > | 
|   | 
| 
using  | HalfFullWidthType = std::array< std::array< wchar_t, 2 >, 227 > | 
|   | 
 | 
| 
auto  | getClassName () const -> FString | 
|   | 
 | 
| 
static auto  | getInstance () -> FCharMap & | 
|   | 
| 
static auto  | getCharacter (const CharEncodeMap &char_enc, const Encoding &enc) -> const wchar_t & | 
|   | 
| 
static auto  | getCharEncodeMap () -> CharEncodeType & | 
|   | 
| 
static auto  | getDECSpecialGraphics () -> const DECGraphicsType & | 
|   | 
| 
static auto  | getCP437UCSMap () -> const Cp437UcsType & | 
|   | 
| 
static auto  | getHalfFullWidthMap () -> const HalfFullWidthType & | 
|   | 
| 
static auto  | setCharacter (CharEncodeMap &char_enc, const Encoding &enc) -> wchar_t & | 
|   | 
The documentation for this class was generated from the following files:
- final/output/tty/fcharmap.h
 
- final/output/tty/fcharmap.cpp