DeepCover Embedded Security in IoT: Public-key Secured Data Paths

Dependencies:   MaximInterface

Embed: (wiki syntax)

« Back to documentation index

ASCII< CharType > Struct Template Reference

ASCII< CharType > Struct Template Reference

ASCII encoding. More...

#include <encodings.h>


Detailed Description

template<typename CharType = char>
struct ASCII< CharType >

ASCII encoding.

http://en.wikipedia.org/wiki/ASCII

Template Parameters:
CharTypeCode unit for storing 7-bit ASCII data. Default is char.
Note:
implements Encoding concept

Definition at line 542 of file encodings.h.