46 using TestAlg::TestAlg;
51 typedef std::vector<Key>
Keys;
71 typedef std::map<std::string, int> MAP1;
76 typedef std::map<Key, int> MAP01;
91 for ( Keys::const_iterator it =
m_keys.begin();
m_keys.end() != it; ++it ) {
94 map1.insert( std::make_pair( *it,
index ) );
95 map2.insert( std::make_pair( *it,
index ) );
96 map3.insert( std::make_pair( *it,
index ) );
97 map4.insert( std::make_pair( *it,
index ) );
99 map01.insert( std::make_pair( *it,
index ) );
100 map02.insert( std::make_pair( *it,
index ) );
101 map03.insert( std::make_pair( *it,
index ) );
102 map04.insert( std::make_pair( *it,
index ) );
127 std::string akey =
"rrr";