struct te_charset

Overview

Character set or class. More…

#include <te_intset.h>

struct te_charset {
    // fields

    uint64_t items[(UINT8_MAX+1)/TE_BITSIZE(uint64_t)];
    unsigned int n_items;
};

Detailed Documentation

Character set or class.

Fields

uint64_t items[(UINT8_MAX+1)/TE_BITSIZE(uint64_t)]

Bitmask of characters in the set

unsigned int n_items

Number of character in the set