|
feisty meow concerns codebase
2.140
|
Classes | |
| class | byte_formatter |
| Provides functions for manipulating arrays of bytes. More... | |
| class | list_parsing |
| A set of functions that help out with parsing lists of things. More... | |
| class | parser_bits |
| Warehouses some functions that are often useful during text parsing. More... | |
| class | string_manipulation |
| Provides various functions for massaging strings. More... | |
| class | xml_generator |
| Supports simple XML output with consistency checking. More... | |
| class | xml_parser |
| Parses XML input and invokes a callback for the different syntactic pieces. More... | |
Variables | |
| const int | ARRAY_PREFILL_AMOUNT = 7 |
| const char * | splitter_finding_set = "\t\r\n -,;?!.:" |
| const int textual::ARRAY_PREFILL_AMOUNT = 7 |
Definition at line 181 of file list_parsing.cpp.
| const char* textual::splitter_finding_set = "\t\r\n -,;?!.:" |
Definition at line 30 of file string_manipulation.cpp.
Referenced by textual::string_manipulation::split_lines().