26 #ifndef __PREFIX_MAX__KEYGENERATOR_
27 #define __PREFIX_MAX__KEYGENERATOR_
72 bool addKeyThing( std::string theName, std::string thePrefix,
int theMax=0 );
92 void updateMaxTo( std::string theName,
int posibleMax );
100 bool generateKeyOf( std::string theName , std::string &theInputString );
109 bool generateKeyOf( std::string theName,
int posibleMax, std::string &theInputString );
117 bool getPrefixOf(std::string theName, std::string &theInputString);