代码拉取完成,页面将自动刷新
#ifndef QQTDICTHELPER_H
#define QQTDICTHELPER_H
#include <qqt-local.h>
#include <qqtdictionary.h>
#include <qqtordereddictionary.h>
//别名,Q开头的Dictionary。
typedef QQtDictionary QDictionary;
typedef QQtOrderedDictionary QOrderedDictionary;
typedef QQtDictionaryMap QDictionaryMap;
typedef QQtDictionaryMapIterator QDictionaryMapIterator;
typedef QQtDictionaryMutableMapIterator QDictionaryMutableMapIterator;
typedef QQtDictionaryList QDictionaryList;
typedef QQtDictionaryListIterator QDictionaryListIterator;
typedef QQtDictionaryMutableListIterator QDictionaryMutableListIterator;
typedef QQtOrderedDictionaryMap QOrderedDictionaryMap;
typedef QQtOrderedDictionaryMapIterator QOrderedDictionaryMapIterator;
typedef QQtOrderedDictionaryMutableMapIterator QOrderedDictionaryMutableMapIterator;
typedef QQtOrderedDictionaryList QOrderedDictionaryList;
typedef QQtOrderedDictionaryListIterator QOrderedDictionaryListIterator;
typedef QQtOrderedDictionaryMutableListIterator QOrderedDictionaryMutableListIterator;
//C++ []操作符重载超过两层就不能赋值给引用变量了,所以这里对于获取深层引用进行封装。
QQTSHARED_EXPORT QQtDictionary& QQtGetDictNode ( QQtDictionary& rootDict,
QList<QString>& keyList1, bool numberAsString = false );
QQTSHARED_EXPORT QQtOrderedDictionary& QQtGetDictNode ( QQtOrderedDictionary& rootDict,
QList<QString>& keyList1, bool numberAsString = false );
#endif // QQTDICTHELPER_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。