fw4spl
core/fwCamp/src/fwCamp/registry/detail.cpp
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 #include <camp/userobject.hpp>
8 
9 #include <fwCore/util/LazyInstantiator.hpp>
10 
11 #include "fwCamp/registry/detail.hpp"
12 
13 namespace fwCamp
14 {
15 namespace registry
16 {
17 
19 
20 SPTR(Type) get()
21 {
22  typedef ::fwCore::util::LazyInstantiator< Type, FwCampRegistryInstantiatorTag > InstantiatorType;
23  return InstantiatorType::getInstance();
24 }
25 
26 } // namespace registry
27 } // namespace fwCamp
28 
29 
#define SPTR(_cls_)
Contains fwAtomsFilter::registry details.
FactoryRegistry is a class used to store factories and create instance object with these factories...
All necessary for camp binding with simple types.