LispBM
Data Fields
lbm_string_channel_state_t Struct Reference

#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
 

Detailed Description

Struct holding the state of a character channel backed by a string.

Field Documentation

◆ column

unsigned int lbm_string_channel_state_t::column

◆ comment

bool lbm_string_channel_state_t::comment

◆ length

unsigned int lbm_string_channel_state_t::length

◆ more

bool lbm_string_channel_state_t::more

◆ read_pos

unsigned int lbm_string_channel_state_t::read_pos

◆ reader_closed

bool lbm_string_channel_state_t::reader_closed

◆ row

unsigned int lbm_string_channel_state_t::row

◆ str

char* lbm_string_channel_state_t::str

◆ write_pos

unsigned int lbm_string_channel_state_t::write_pos

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