Searched refs:stringmap (Results 1 – 3 of 3) sorted by relevance
93 stringmap* repos = static_cast<stringmap*>( map[ string("repositories") ] ); in getActiveRepositories()96 for( stringmap::iterator iter = repos->begin() ; iter != repos->end() ; ++iter ) in getActiveRepositories()
43 stringmap* myvalues = 0; in read()53 myvalues = new stringmap(); in read()
39 typedef std::hash_map< string , string > stringmap; typedef40 typedef std::hash_map< string, stringmap* > INImap;
Completed in 16 milliseconds