LispBM
|
#include <lbm_channel.h>
Data Fields | |
char * | str |
unsigned int | length |
unsigned int | read_pos |
unsigned int | write_pos |
bool | more |
bool | comment |
bool | reader_closed |
unsigned int | row |
unsigned int | column |
Struct holding the state of a character channel backed by a string.
unsigned int lbm_string_channel_state_t::column |
bool lbm_string_channel_state_t::comment |
unsigned int lbm_string_channel_state_t::length |
bool lbm_string_channel_state_t::more |
unsigned int lbm_string_channel_state_t::read_pos |
bool lbm_string_channel_state_t::reader_closed |
unsigned int lbm_string_channel_state_t::row |
char* lbm_string_channel_state_t::str |
unsigned int lbm_string_channel_state_t::write_pos |