DGtal
0.6.devel
Main Page
Related Pages
Modules
Namespaces
Data Structures
Examples
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
src
Board
Tools.cpp
1
/* -*- mode: c++ -*- */
9
/*
10
* \@copyright This File is part of the Board library which is
11
* licensed under the terms of the GNU Lesser General Public Licence.
12
* See the LICENCE file for further details.
13
*/
14
15
#include "Board/Tools.h"
16
17
LibBoard::MessageStream
LibBoard::notice
( std::cerr,
"Information: "
);
18
19
LibBoard::MessageStream
LibBoard::warning
( std::cerr,
"Warning: "
);
20
21
LibBoard::MessageStream
LibBoard::error
( std::cerr,
"Error: "
);
22
23
24
25
Generated on Wed Dec 19 2012 19:10:42 for DGtal by
1.8.1.1