class CCL::Scripting::Utf16String

#include <scripthelper.h>

class Utf16String: public CCL::Scripting::ScriptString
{
public:
    // construction

    Utf16String (VariantRef value);

    // methods

    Utf16String& assign (IStringValue& value);
    operator String () const;
    bool operator == (StringRef s) const;
};

Inherited Members

public:
    // methods

    bool isEmpty () const;