Lumiera  0.pre.03
»edit your freedom«
SymbolTable Class Reference

#include "lib/symbol-table.hpp"

Description

Table for automatically interned strings.

This table is used to back the lib::Symbol token type, which is implemented by a pointer into this registration table for each new distinct "symbol string" created.

Warning
grows eternally, never shrinks

Definition at line 73 of file symbol-table.hpp.

Public Member Functions

Literal internedString (string &&symbolString)
 

Private Attributes

std::unordered_set< string > table_
 

Additional Inherited Members

- Static Public Member Functions inherited from Sync<>
static MonitorgetMonitor (Sync const *forThis)
 
- Private Member Functions inherited from NonCopyable
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 
+ Inheritance diagram for SymbolTable:
+ Collaboration diagram for SymbolTable:

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