#include "symbol_table.cpp"#include <basis/istring.h>#include <basis/packable.h>Include dependency graph for string_table.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | string_table |
| Provides a symbol_table that holds strings as the content. More... | |
Defines | |
| #define | STRTAB_COMMENT_PREFIX "#comment#" |
| anything beginning with this is considered a comment. | |
| #define STRTAB_COMMENT_PREFIX "#comment#" |
anything beginning with this is considered a comment.
a numerical uniquifier should be appended to the string to ensure that multiple comments can be handled per table.
Definition at line 44 of file string_table.h.
Referenced by string_table::is_comment(), and tokenizer::parse().
1.5.1