Skip to content

Class Ase::CStringTable

ClassList > Ase > CStringTable

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

Public Functions

Type Name
uint add (const String & s) noexcept
uint find (const String & s) noexcept
const String & lookup (uint quark) noexcept

Public Static Functions

Type Name
CStringTable & the () noexcept

Public Functions Documentation

function add

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

function find

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

function lookup

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

Public Static Functions Documentation

function the

static inline CStringTable & Ase::CStringTable::the () noexcept


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/memory.cc