cfl_cgenerator.cpp
Go to the documentation of this file.
1 /** @file cfl_cgenerator.cpp Classes TcGenerator, System and AttributeCFlags */
2 
3 
4 /* FAU Discrete Event Systems Library (libfaudes)
5 
6  Copyright (C) 2006 Bernd Opitz
7  Copyright (C) 2007 Thomas Moor
8  Exclusive copyright is granted to Klaus Schmidt
9 
10  This library is free software; you can redistribute it and/or
11  modify it under the terms of the GNU Lesser General Public
12  License as published by the Free Software Foundation; either
13  version 2.1 of the License, or (at your option) any later version.
14 
15  This library is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  Lesser General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public
21  License along with this library; if not, write to the Free Software
22  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
23 
24 
25 
26 #include "cfl_cgenerator.h"
27 
28 
29 namespace faudes {
30 
31 // instantiate to export symbols for API type System (clang 8.0.0 issue, 2017/12 )
32 /*
33 template class FAUDES_API TaNameSet<AttributeCFlags>;
34 template class FAUDES_TAPI TcGenerator<AttributeVoid, AttributeVoid, AttributeCFlags,AttributeVoid>;
35 */
36 
37 
38 } // end namespace

libFAUDES 2.33h --- 2025.06.18 --- c++ api documentaion by doxygen