Searched refs:CNxpNfcParam (Results 1 – 1 of 1) sorted by relevance
47 class CNxpNfcParam : public string class50 CNxpNfcParam ();51 CNxpNfcParam (const char* name, const string& value);52 CNxpNfcParam (const char* name, unsigned long value);53 virtual ~CNxpNfcParam ();62 class CNxpNfcConfig : public vector<const CNxpNfcParam*>74 const CNxpNfcParam* find (const char* p_name) const;81 void add (const CNxpNfcParam* pParam);82 list<const CNxpNfcParam*> m_list;182 CNxpNfcParam* pParam = NULL; in readConfig()[all …]