|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include <core/stringIds.h>
Public Member Functions | |
| int | get (const std::string &name) |
A cache for assigning unique numerical ids to strings
Definition at line 16 of file stringIds.h.
| 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.