UniMRCP  1.7.0
Data Fields
apt_text_stream_t Struct Reference

#include <apt_text_stream.h>

Collaboration diagram for apt_text_stream_t:
Collaboration graph
[legend]

Data Fields

apt_str_t text
 
char * pos
 
const char * end
 
apt_bool_t is_eos
 

Detailed Description

Text stream is used for message parsing and generation

Field Documentation

◆ end

const char* apt_text_stream_t::end

End of stream pointer

◆ is_eos

apt_bool_t apt_text_stream_t::is_eos

Is end of stream reached

◆ pos

char* apt_text_stream_t::pos

Current position in the stream

◆ text

apt_str_t apt_text_stream_t::text

Text stream


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