62 String getPooledString (
const char* original);
79 void garbageCollect();
87 uint32 lastGarbageCollectionTime;
89 void garbageCollectIfNeeded();
#define JUCE_API
This macro is added to all JUCE public class declarations.
A simple class for holding temporary references to a string literal or String.
A StringPool holds a set of shared strings, which reduces storage overheads and improves comparison s...
Holds a resizable array of primitive or copy-by-value objects.
Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate ...