fw4spl
core/fwAtoms/include/fwAtoms/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 __FWATOMS_REGISTRY_MACROS_HPP__
8 #define __FWATOMS_REGISTRY_MACROS_HPP__
9 
10 #include "fwAtoms/registry/detail.hpp"
11 
12 namespace fwAtoms
13 {
14 namespace registry
15 {
16 
17 #define fwAtomsRegisterMacro( classname ) \
18  static ::fwAtoms::Base::Registrar< classname > s__factory__record__ ## __LINE__;
19 
20 } // end namespace registry
21 } // end namespace fwAtoms
22 
23 #endif /*__FWATOMS_REGISTRY_MACROS_HPP__*/
24 
Contains fwAtomsFilter::registry details.
fwAtoms contains basic objects to represent any other kind of object