Feature::Feature(conststring&detectType,conststring&extractType,conststring&matchType){assert(!detectType.empty());assert(!extractType.empty());assert(!matchType.empty());m_detectType=detectType;m_extractType=extractType;m_matchType=matchType;initModule_nonfree();}
1