CCCC - C and C++ Code Counter  9999-git
CCCC Development version (post-3.1.4)
cccc_tpl.cc
Go to the documentation of this file.
1 /*
2  CCCC - C and C++ Code Counter
3  Copyright (C) 1994-2005 Tim Littlefair (tim_littlefair@hotmail.com)
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19 // cccc_tpl.cc
20 
21 // all explicit template instantiations for the project are collected here
22 
23 // the assumption is that this file will be stable, so the expensive
24 // recompilation of the templates will be infrequent
25 
26 #include "cccc_itm.h"
27 #include "cccc_tbl.h"
28 #include "cccc_db.h"
29 #include "cccc_htm.h"
30 #include "cccc_met.h"
31 
32 #include "cccc_tbl.cc"
33 
34 template class std::map<string,Source_Anchor>;
35 template class CCCC_Table<CCCC_Extent>;
36 template class CCCC_Table<CCCC_Module>;
38 template class CCCC_Table<CCCC_Member>;