Util--  1.1
table_fwd.hh
Go to the documentation of this file.
1 /* -*- C++ -*-
2  * $Id: table_fwd.hh 950 2005-02-17 14:53:54Z fpy $
3  */
4 #ifndef UTILMM_UTILS_HASH_TABLE_FWD
5 # define UTILMM_UTILS_HASH_TABLE_FWD
6 
7 namespace utilmm {
8  namespace hash_toolbox {
9 
10  template< typename Key, typename Data, class Extract,
11  class Hash, class Equal >
12  class table;
13 
14  } // namespace utilmm::hash_toolbox
15 } // namespace utilmm
16 
17 #endif // UTILMM_UTILS_HASH_TABLE_FWD
18 
Definition: auto_flag.hh:6

Generated on Wed Oct 17 2018 09:34:19 for Util-- by doxygen 1.8.13
SourceForge.net Project Page