feisty meow concerns codebase  2.140
string_table.h File Reference
#include "symbol_table.h"
#include <basis/astring.h>
#include <basis/contracts.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  structures::string_table
 Provides a symbol_table that holds strings as the content. More...
 

Namespaces

 structures
 A dynamic container class that holds any kind of object via pointers.
 

Macros

#define STRTAB_COMMENT_PREFIX   "#comment#"
 anything beginning with this is considered a comment. More...
 

Macro Definition Documentation

◆ STRTAB_COMMENT_PREFIX

#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 55 of file string_table.h.