ANNA Suite  2020b
Multipurpose development suite for Telco applications
core.hpp
Go to the documentation of this file.
1 // ANNA - Anna is Not Nothingness Anymore //
2 // //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4 // //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7 
8 
9 #ifndef anna_core_core_hpp
10 #define anna_core_core_hpp
11 
23 namespace anna {}
24 
25 
26 #include <anna/core/Allocator.hpp>
28 #include <anna/core/Cloneable.hpp>
31 #include <anna/core/Exception.hpp>
32 #include <anna/core/functions.hpp>
34 #include <anna/core/Singleton.hpp>
37 #include <anna/core/mt/Guard.hpp>
38 #include <anna/core/mt/Mutex.hpp>
39 #include <anna/core/mt/NRMutex.hpp>
42 #include <anna/core/mt/Safe.hpp>
47 #include <anna/core/mt/Thread.hpp>
52 #include <anna/core/oam/Module.hpp>
69 #include <anna/core//DataBlock.hpp>
87 
88 using namespace anna;
89 
90 #endif
Definition: app.hpp:12