chomik 0.2.1
experimental and minimalistic programming language

My name is Pawel Biernacki.
I am a software engineer.
This site is my hobby project.

Loading...
Searching...
No Matches
chomik::dictionary_of_identifiers Class Reference

#include <chomik.h>

Public Member Functions

 dictionary_of_identifiers (const std::string &d)
 
int get_identifier_index (const std::string id)
 
const std::string get_identifier_by_index (int index) const
 

Detailed Description

This is a dictionary of identifiers. It is used only to minimize the memory usage of the identifier name items.

Constructor & Destructor Documentation

◆ dictionary_of_identifiers()

chomik::dictionary_of_identifiers::dictionary_of_identifiers ( const std::string & d)
inline

Member Function Documentation

◆ get_identifier_by_index()

const std::string chomik::dictionary_of_identifiers::get_identifier_by_index ( int index) const

◆ get_identifier_index()

int chomik::dictionary_of_identifiers::get_identifier_index ( const std::string id)

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

copyright by Pawel Biernacki

Vantaa 2022