| 
    UniMRCP
    1.5.0
    
   | 
 
#include <apt_text_stream.h>
Data Fields | |
| apt_str_t | text | 
| char * | pos | 
| const char * | end | 
| apt_bool_t | is_eos | 
Text stream is used for message parsing and generation
| const char* apt_text_stream_t::end | 
End of stream pointer
| apt_bool_t apt_text_stream_t::is_eos | 
Is end of stream reached
| char* apt_text_stream_t::pos | 
Current position in the stream
| apt_str_t apt_text_stream_t::text | 
Text stream
 1.8.6