CLI
2.9
|
Key to chararcters encoder. More...
#include <encoding.h>
Public Member Functions | |
StringEncoder (void) | |
Default constructor. More... | |
virtual | ~StringEncoder (void) |
Destructor. More... | |
const char *const | Encode (const KEY E_Key) const |
Key to string encoding. More... | |
![]() | |
virtual | ~Object (void)=0 |
Pure virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
Object (void) | |
Default constructor only available to sub-classes. More... | |
Key to chararcters encoder.
Outputs utf-8 encoded strings.
Definition at line 47 of file encoding.h.
|
explicit |
Default constructor.
|
virtual |
Destructor.
const char* const StringEncoder::Encode | ( | const KEY | E_Key | ) | const |
Key to string encoding.
E_Key | Key to encode. |