|
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... | |
Public Member Functions inherited from Object | |
| virtual | ~Object (void)=0 |
| Pure virtual destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Object | |
| 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. |