table_fwd.hh

Go to the documentation of this file.
00001 /* -*- C++ -*-
00002  * $Id: table_fwd.hh 950 2005-02-17 14:53:54Z fpy $
00003  */
00004 #ifndef UTILMM_UTILS_HASH_TABLE_FWD
00005 # define UTILMM_UTILS_HASH_TABLE_FWD
00006 
00007 namespace utilmm {
00008   namespace hash_toolbox {
00009 
00010     template< typename Key, typename Data, class Extract,
00011               class Hash, class Equal >
00012     class table;
00013 
00014   } // namespace utilmm::hash_toolbox
00015 } // namespace utilmm
00016 
00017 #endif // UTILMM_UTILS_HASH_TABLE_FWD
00018 

Generated on Tue Feb 19 10:51:01 2008 for Util-- by doxygen 1.5.3
SourceForge.net Project Page