libamxc  1.10.3
C Generic Data Containers
_string_word_flags Struct Reference

Data Fields

bool start_quote
 
bool between_double_quotes
 
bool between_single_quotes
 
bool escape
 
int round_brackets
 
int curly_brackets
 
int square_brackets
 

Detailed Description

Definition at line 75 of file amxc_string_split.c.

Field Documentation

◆ between_double_quotes

bool _string_word_flags::between_double_quotes

Definition at line 77 of file amxc_string_split.c.

◆ between_single_quotes

bool _string_word_flags::between_single_quotes

Definition at line 78 of file amxc_string_split.c.

◆ curly_brackets

int _string_word_flags::curly_brackets

Definition at line 81 of file amxc_string_split.c.

◆ escape

bool _string_word_flags::escape

Definition at line 79 of file amxc_string_split.c.

◆ round_brackets

int _string_word_flags::round_brackets

Definition at line 80 of file amxc_string_split.c.

◆ square_brackets

int _string_word_flags::square_brackets

Definition at line 82 of file amxc_string_split.c.

◆ start_quote

bool _string_word_flags::start_quote

Definition at line 76 of file amxc_string_split.c.


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