| delete(const string& in key) | dictionary | [private] |
| deleteAll() | dictionary | [private] |
| exists(const string& in key) const | dictionary | [private] |
| get(const string& in key,?& out value) const | dictionary | [private] |
| get(const string& in key, int64& out value) const | dictionary | [private] |
| get(const string& in key, double& out value) const | dictionary | [private] |
| set(const string& in key,?& in value) | dictionary | [private] |
| set(const string& in key, int64& in value) | dictionary | [private] |
| set(const string& in key, double& in value) | dictionary | [private] |
1.7.1