gl_OMap 32 maint/gnulib/lib/gl_omap.hh template <class K, class V> class gl_OMap; gl_OMap 60 maint/gnulib/lib/gl_omap.hh gl_OMap (const gl_OMap& x) gl_OMap 64 maint/gnulib/lib/gl_omap.hh gl_OMap& operator= (const gl_OMap& x) gl_OMap 175 maint/gnulib/lib/gl_omap.hh friend iterator gl_OMap::begin (); gl_OMap 32 maint/gnulib/tests/test-omap-c++.cc gl_OMap<const char *, const int *> map1; gl_OMap 34 maint/gnulib/tests/test-omap-c++.cc map1 = gl_OMap<const char *, const int *> (GL_ARRAY_OMAP, strcmp, NULL, NULL); gl_OMap 45 maint/gnulib/tests/test-omap-c++.cc gl_OMap<const char *, const int *>::iterator iter1 = map1.begin ();