template class CCL::Scripting::ScriptString

Base class to help with encoding conversions without heap allocations.

#include <scripthelper.h>

template <class T>
class ScriptString
{
public:
    // methods

    bool isEmpty () const;
};