GEDLIB  1.0
ged_env.gxl.cpp
Go to the documentation of this file.
1 /***************************************************************************
2 * *
3 * Copyright (C) 2018 by David B. Blumenthal *
4 * *
5 * This file is part of GEDLIB. *
6 * *
7 * GEDLIB is free software: you can redistribute it and/or modify it *
8 * under the terms of the GNU Lesser General Public License as published *
9 * by the Free Software Foundation, either version 3 of the License, or *
10 * (at your option) any later version. *
11 * *
12 * GEDLIB is distributed in the hope that it will be useful, *
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15 * GNU Lesser General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU Lesser General Public *
18 * License along with GEDLIB. If not, see <http://www.gnu.org/licenses/>. *
19 * *
20 ***************************************************************************/
21 
27 #ifndef SRC_ENV_GED_ENV_GXL_CPP_
28 #define SRC_ENV_GED_ENV_GXL_CPP_
29 
30 #include "ged_env.hpp"
31 
32 namespace ged {
33 
34 template class GEDEnv<GXLNodeID, GXLLabel, GXLLabel>;
35 
36 }
37 
38 #endif /* SRC_ENV_GED_ENV_GXL_CPP_ */
ged::GEDEnv class declaration.
Global namespace for GEDLIB.