DGtal
1.1.0
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
LibBoard::notice
MessageStream notice
LibBoard::warning
MessageStream warning
LibBoard::MessageStream
Definition:
Tools.h:29
LibBoard::error
MessageStream error
Generated on Fri Oct 9 2020 08:58:29 for DGtal by
1.8.20