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

Dependencies:   MaximInterface

Embed: (wiki syntax)

« Back to documentation index

GenericStringStream< Encoding > Struct Template Reference

GenericStringStream< Encoding > Struct Template Reference

Read-only string stream. More...

#include <stream.h>

Data Fields

const Ch * src_
 Current read position.
const Ch * head_
 Original head of the string.

Detailed Description

template<typename Encoding>
struct GenericStringStream< Encoding >

Read-only string stream.

Note:
implements Stream concept

Definition at line 110 of file stream.h.


Field Documentation

const Ch* head_

Original head of the string.

Definition at line 125 of file stream.h.

const Ch* src_

Current read position.

Definition at line 124 of file stream.h.