fw4spl
declare.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 "fwMemory/camp/declare.hpp"
8 
9 
10 namespace fwMemory
11 {
12 namespace camp
13 {
14 
15 runner runner::r;
16 }
17 }
The namespace fwMemory contains tools to manage memory. Use for dump.
Definition: SReader.hpp:20