Skip to content
Authors

Struct prod_janet_config_t

ClassList > prod_janet_config_t

Configuration type for a Janet production.

  • #include <prod_janet.h>

Public Attributes

Type Name
char * out_str
size_t out_str_len
char * repl_str
char * term_str

Public Attributes Documentation

variable out_str

char* prod_janet_config_t::out_str;

A pointer to an output string buffer.


variable out_str_len

size_t prod_janet_config_t::out_str_len;

The length of the output buffer.


variable repl_str

char* prod_janet_config_t::repl_str;

A pointer to the replacement script as a string.


variable term_str

char* prod_janet_config_t::term_str;

A pointer to the termination script as a string.



The documentation for this class was generated from the following file source/prod_janet/src/prod_janet.h