fw4spl
declare.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 __FWMEMORY_CAMP_DECLARE_HPP__
8 #define __FWMEMORY_CAMP_DECLARE_HPP__
9 
10 #define CAMP_COMPILATION
11 #include "fwMemory/BufferObject.hpp"
12 
13 namespace fwMemory
14 {
15 namespace camp
16 {
17 
18 struct runner
19 {
20  runner()
21  {
22  localDeclarefwMemoryBufferObject();
23  }
24 
25  static runner r;
26 };
27 
28 } // namespace camp
29 } // namespace fwMemory
30 
31 #endif //__FWMEMORY_CAMP_DECLARE_HPP__
The namespace fwMemory contains tools to manage memory. Use for dump.
Definition: SReader.hpp:20