fw4spl
core/fwDataIO/include/fwDataIO/reader/registry/macros.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 #ifndef __FWDATAIO_READER_REGISTRY_MACROS_HPP__
8 #define __FWDATAIO_READER_REGISTRY_MACROS_HPP__
9 
10 #include "fwData/registry/detail.hpp"
11 
12 namespace fwDataIO
13 {
14 namespace reader
15 {
16 namespace registry
17 {
18 
19 #define fwDataIOReaderRegisterMacro( classname ) \
20  static ::fwDataIO::reader::IObjectReader::Registrar< classname > s__factory__record__ ## __LINE__;
21 
22 } // end namespace registry
23 } // end namespace reader
24 } // end namespace fwDataIO
25 
26 #endif /*__FWDATAIO_READER_REGISTRY_MACROS_HPP__*/
Contains fwAtomsFilter::registry details.
This namespace fwDataIO contains reader and writer for several framework&#39;s data.