Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Public Member Functions | Static Public Member Functions | List of all members
Ase::CStringTable Class Reference

Map std::string <-> uint IDs, thread safe. More...

Public Member Functions

uint add (const String &s) noexcept
 
uint find (const String &s) noexcept
 
const Stringlookup (uint quark) noexcept
 

Static Public Member Functions

static CStringTablethe () noexcept
 

Detailed Description

Map std::string <-> uint IDs, thread safe.

Definition at line 560 of file memory.cc.

Member Function Documentation

◆ add()

uint Ase::CStringTable::add ( const String s)
noexcept

Definition at line 585 of file memory.cc.

◆ find()

uint Ase::CStringTable::find ( const String s)
noexcept

Definition at line 598 of file memory.cc.

◆ lookup()

const String & Ase::CStringTable::lookup ( uint  quark)
noexcept

Definition at line 607 of file memory.cc.

◆ the()

static CStringTable & Ase::CStringTable::the ( )
staticnoexcept

Definition at line 581 of file memory.cc.


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