|
libscratchcpp
A library for C++ based Scratch project players
|
#include <scratchcpp/string_pool.h>#include <scratchcpp/stringptr.h>#include <scratchcpp/string_functions.h>#include <memory>#include <unordered_set>#include <map>#include <cassert>#include <algorithm>
Namespaces | |
| namespace | libscratchcpp |
| The main namespace of the library. | |
Functions | |
| LIBSCRATCHCPP_EXPORT StringPtr * | libscratchcpp::string_pool_new () |
| LIBSCRATCHCPP_EXPORT void | libscratchcpp::string_pool_free (StringPtr *str) |