Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Singleton.cpp
1 /* This file is part of the BIAS library (Basic ImageAlgorithmS).
2 
3  Copyright (C) 2003-2009 (see file CONTACT for details)
4  Multimediale Systeme der Informationsverarbeitung
5  Institut fuer Informatik
6  Christian-Albrechts-Universitaet Kiel
7 
8 
9  BIAS is free software; you can redistribute it and/or modify
10  it under the terms of the GNU Lesser General Public License as published by
11  the Free Software Foundation; either version 2.1 of the License, or
12  (at your option) any later version.
13 
14  BIAS is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU Lesser General Public License for more details.
18 
19  You should have received a copy of the GNU Lesser General Public License
20  along with BIAS; if not, write to the Free Software
21  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
22 
23 #include <bias_config.h>
24 
25 namespace BIAS {
26 #if defined BIAS_DEBUG && ! defined WIN32
27  bool SingletonDebugOutput_ = false;
28 #endif
29 }
30 
31 /////////////////////////////////////////////////////////
32 // no member functions of Singleton here, it is templated and *not*
33 // instatiated explicitly
34 ////////////////////////////////////////////////////////
bool SingletonDebugOutput_
This variable is defined in Singleton.cpp and steers the debug output of all Singleton classes...
Definition: Singleton.cpp:27