fw4spl
ioTypes.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2018.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include "fwIO/ioTypes.hpp"
8 
9 namespace fwIO
10 {
11 
12 const std::string s_DATA_KEY = "data";
13 
14 } // namespace fwIO
The namespace fwIO contains the base interface for reader and writer services.
Definition: ioTypes.hpp:16