VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
visutwin::canvas::StringIds Class Reference

#include <core/stringIds.h>

Public Member Functions

int get (const std::string &name)

Detailed Description

A cache for assigning unique numerical ids to strings

Definition at line 16 of file stringIds.h.

Member Function Documentation

◆ get()

int visutwin::canvas::StringIds::get ( const std::string & name)

Get the id for the given name. If the name has not been seen before, it will be assigned a new id.

Definition at line 10 of file stringIds.cpp.


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