On Tue, 2006-12-05 at 17:58 -0500, Daniel Levin wrote: > Hi - > I haven't been able to find any information on how to use hash tables, such > as in GLib. Is there a hash table implementation in glibmm?
No, this is not wrapped in glibmm. It's only a simplified form of a hash map, but C++ does have std::map. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
