libcss
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
exp_entry Struct Reference

Classes

struct  stentry
 

Public Attributes

css_token_type type
 
char text [EXP_ENTRY_TEXT_LEN]
 
size_t textLen
 
bool hasText
 
int type
 
char name [MAX_RULE_NAME_LEN]
 
size_t bclen
 
size_t bcused
 
uint8_t * bytecode
 
size_t stlen
 
size_t stused
 
struct exp_entry::stentrystringtab
 

Detailed Description

Todo:
at some point, we need to extend this to handle nested blocks

Member Data Documentation

◆ bclen

size_t exp_entry::bclen

◆ bcused

size_t exp_entry::bcused

◆ bytecode

uint8_t* exp_entry::bytecode

◆ hasText

bool exp_entry::hasText

◆ name

char exp_entry::name[MAX_RULE_NAME_LEN]

◆ stlen

size_t exp_entry::stlen

◆ stringtab

struct exp_entry::stentry * exp_entry::stringtab

◆ stused

size_t exp_entry::stused

◆ text

char exp_entry::text[EXP_ENTRY_TEXT_LEN]

◆ textLen

size_t exp_entry::textLen

◆ type [1/2]

css_token_type exp_entry::type

◆ type [2/2]

int exp_entry::type

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