|
libamxc
1.10.3
C Generic Data Containers
|
Data Fields | |
| bool | start_quote |
| bool | between_double_quotes |
| bool | between_single_quotes |
| bool | escape |
| int | round_brackets |
| int | curly_brackets |
| int | square_brackets |
Definition at line 75 of file amxc_string_split.c.
| bool _string_word_flags::between_double_quotes |
Definition at line 77 of file amxc_string_split.c.
| bool _string_word_flags::between_single_quotes |
Definition at line 78 of file amxc_string_split.c.
| int _string_word_flags::curly_brackets |
Definition at line 81 of file amxc_string_split.c.
| bool _string_word_flags::escape |
Definition at line 79 of file amxc_string_split.c.
| int _string_word_flags::round_brackets |
Definition at line 80 of file amxc_string_split.c.
| int _string_word_flags::square_brackets |
Definition at line 82 of file amxc_string_split.c.
| bool _string_word_flags::start_quote |
Definition at line 76 of file amxc_string_split.c.