Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_char_info_t Struct Reference

#include <char.h>

Collaboration diagram for reduct_char_info_t:

Data Fields

reduct_char_flags_t flags
 Character classification flags.
 
char upper
 Uppercase equivalent.
 
char lower
 Lowercase equivalent.
 
char decodeEscape
 The char to decode to when escaped.
 
char encodeEscape
 The char to use when encoding an escape.
 
unsigned char integer
 Integer value.
 

Detailed Description

Definition at line 33 of file char.h.

Field Documentation

◆ flags

reduct_char_flags_t reduct_char_info_t::flags

Character classification flags.

Definition at line 35 of file char.h.

◆ upper

char reduct_char_info_t::upper

Uppercase equivalent.

Definition at line 36 of file char.h.

◆ lower

char reduct_char_info_t::lower

Lowercase equivalent.

Definition at line 37 of file char.h.

◆ decodeEscape

char reduct_char_info_t::decodeEscape

The char to decode to when escaped.

Definition at line 38 of file char.h.

◆ encodeEscape

char reduct_char_info_t::encodeEscape

The char to use when encoding an escape.

Definition at line 39 of file char.h.

◆ integer

unsigned char reduct_char_info_t::integer

Integer value.

Definition at line 40 of file char.h.


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