Searched refs:CNfcParam (Results 1 – 3 of 3) sorted by relevance
36 class CNfcParam : public string class39 CNfcParam();40 CNfcParam(const char* name, const string& value);41 CNfcParam(const char* name, unsigned long value);42 virtual ~CNfcParam();51 class CNfcConfig : public vector<const CNfcParam*>61 const CNfcParam* find(const char* p_name) const;68 void add(const CNfcParam* pParam);69 list<const CNfcParam*> m_list;167 CNfcParam* pParam = NULL; in readConfig()[all …]
69 class CNfcParam : public string class72 CNfcParam();73 CNfcParam(const char* name, const string& value);74 CNfcParam(const char* name, unsigned long value);75 virtual ~CNfcParam();84 class CNfcConfig : public vector<const CNfcParam*>97 const CNfcParam* find(const char* p_name) const;104 void add(const CNfcParam* pParam);105 list<const CNfcParam*> m_list;205 CNfcParam* pParam = NULL; in readConfig()[all …]