7 #ifndef __PFILE_PARSER_IMPL_H__
8 #define __PFILE_PARSER_IMPL_H__
20 if(patern.size() == 0lu)
return false;
21 typename std::map<PString, T>::const_iterator it(patern.begin());
22 while(it != patern.end()){
25 matchValue = it->second;
bool isMatchToken(const PString &patern)
Says if the patern match with the current caracters of the PFileParser but treats the string as a tok...