FINAL CUT
Classes | Public Types | Public Member Functions | Static Public Member Functions | List of all members
finalcut::FCharMap Class Referencefinal

Classes

struct  CharEncodeMap
 
struct  DECSpecialGraphics
 

Public Types

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 >
 

Public Member Functions

auto getClassName () const -> FString
 

Static Public Member Functions

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: