fw4spl
core/fwActivities/src/fwActivities/validator/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 <fwCore/util/LazyInstantiator.hpp>
8 
9 #include "fwActivities/validator/registry/detail.hpp"
10 
11 
12 namespace fwActivities
13 {
14 namespace validator
15 {
16 namespace registry
17 {
18 
20 
21 SPTR(Type) get()
22 {
23  typedef ::fwCore::util::LazyInstantiator< Type, FwActivitiesValidatorRegistryInstantiatorTag > InstantiatorType;
24  return InstantiatorType::getInstance();
25 }
26 
27 } // namespace registry
28 } // namespace validator
29 } // namespace fwActivities
30 
31 
#define SPTR(_cls_)
Contains fwAtomsFilter::registry details.
FactoryRegistry is a class used to store factories and create instance object with these factories...
Namespace containing activities data and builder.