Public Member Functions | |
| SQInteger | Next (const SQObjectPtr &refpos, SQObjectPtr &outkey, SQObjectPtr &outval) |
| void | Release () |
Public Member Functions inherited from SQRefCounted | |
| SQWeakRef * | GetWeakRef (SQObjectType type) |
Static Public Member Functions | |
| static SQString * | Create (SQSharedState *ss, const SQChar *, SQInteger len=-1) |
Public Attributes | |
| SQSharedState * | _sharedstate |
| SQString * | _next |
| SQInteger | _len |
| SQHash | _hash |
| SQChar | _val [1] |
Public Attributes inherited from SQRefCounted | |
| SQUnsignedInteger | _uiRef |
| struct SQWeakRef * | _weakref |