Lumiera
0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
nobug-init.cpp
Go to the documentation of this file.
1
/*
2
NoBugInit - NoBug static initialisation and definition of logging vars
3
4
Copyright (C)
5
2009, Hermann Vosseler <Ichthyostega@web.de>
6
7
**Lumiera** is free software; you can redistribute it and/or modify it
8
under the terms of the GNU General Public License as published by the
9
Free Software Foundation; either version 2 of the License, or (at your
10
option) any later version. See the file COPYING for further details.
11
12
* *****************************************************************/
13
14
21
#include <nobug.h>
22
24
#define LUMIERA_NOBUG_INIT_CPP
25
#include "
include/logging.h
"
26
27
28
29
namespace
lumiera
{
30
31
void
32
initialise_NoBug
()
33
{
34
NOBUG_INIT;
35
36
#if NOBUG_MODE_ALPHA
37
static
uint
callCount = 0;
38
ASSERT ( 0 == callCount++ );
39
#endif
40
}
41
42
43
}
uint
unsigned int uint
Definition
integral.hpp:29
logging.h
This header is for including and configuring NoBug.
lumiera
Lumiera public interface.
Definition
advice.hpp:102
lumiera::initialise_NoBug
void initialise_NoBug()
Definition
nobug-init.cpp:32
lib
nobug-init.cpp
Generated on Thu Dec 11 2025 for Lumiera by
1.9.8