CLI  2.9
StringEncoder Class Reference

Key to chararcters encoder. More...

#include <encoding.h>

Inheritance diagram for StringEncoder:

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...
 

Detailed Description

Key to chararcters encoder.

Outputs utf-8 encoded strings.

Definition at line 47 of file encoding.h.

Constructor & Destructor Documentation

◆ StringEncoder()

StringEncoder::StringEncoder ( void  )
explicit

Default constructor.

◆ ~StringEncoder()

virtual StringEncoder::~StringEncoder ( void  )
virtual

Destructor.

Member Function Documentation

◆ Encode()

const char* const StringEncoder::Encode ( const KEY  E_Key) const

Key to string encoding.

Returns
Encoded string.
Parameters
E_KeyKey to encode.

The documentation for this class was generated from the following file: