Searched refs:CNfcParam (Results 1 – 3 of 3) sorted by relevance
42 class CNfcParam : public string { class44 CNfcParam();45 CNfcParam(const char* name, const string& value);46 CNfcParam(const char* name, unsigned long value);47 virtual ~CNfcParam();57 class CNfcConfig : public vector<const CNfcParam*> {66 const CNfcParam* find(const char* p_name) const;74 void add(const CNfcParam* pParam);75 list<const CNfcParam*> m_list;184 CNfcParam* pParam = NULL; in readConfig()[all …]
43 class CNfcParam : public string { class45 CNfcParam();46 CNfcParam(const char* name, const string& value);47 CNfcParam(const char* name, unsigned long value);48 virtual ~CNfcParam();58 class CNfcConfig : public vector<const CNfcParam*> {68 const CNfcParam* find(const char* p_name) const;76 void add(const CNfcParam* pParam);77 list<const CNfcParam*> m_list;186 CNfcParam* pParam = NULL; in readConfig()[all …]
108 class CNfcParam : public string { class110 CNfcParam();111 CNfcParam(const char* name, const string& value);112 CNfcParam(const char* name, unsigned long value);113 virtual ~CNfcParam();123 class CNfcConfig : public vector<const CNfcParam*> {135 const CNfcParam* find(const char* p_name) const;143 void add(const CNfcParam* pParam);144 list<const CNfcParam*> m_list;266 CNfcParam* pParam = NULL; in readConfig()[all …]