libscratchcpp
A library for C++ based Scratch project players
Loading...
Searching...
No Matches
string_pool.cpp File Reference
#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>
Include dependency graph for string_pool.cpp:

Namespaces

namespace  libscratchcpp
 The main namespace of the library.
 

Functions

LIBSCRATCHCPP_EXPORT StringPtrlibscratchcpp::string_pool_new ()
 
LIBSCRATCHCPP_EXPORT void libscratchcpp::string_pool_free (StringPtr *str)