hmbdc
simplify-high-performance-messaging-programming
hmbdc
app
Base.hpp
1
#include "hmbdc/Copyright.hpp"
2
#pragma once
3
4
#include "hmbdc/app/Client.hpp"
5
#include "hmbdc/app/ClientWithStash.hpp"
6
#include "hmbdc/app/Context.hpp"
7
#include "hmbdc/app/Message.hpp"
8
#include "hmbdc/app/Logger.hpp"
9
#include "hmbdc/app/Config.hpp"
10
#include "hmbdc/pattern/GuardedSingleton.hpp"
11
12
namespace
hmbdc
{
namespace
app {
13
template
<
typename
Singleton>
14
using
SingletonGuardian
=
pattern::SingletonGuardian<Singleton>
;
15
}}
hmbdc::pattern::SingletonGuardian
RAII representing the lifespan of the underlying Singleton which also ganrantees the singularity of u...
Definition:
GuardedSingleton.hpp:20
hmbdc
Definition:
Base.hpp:12
Generated by
1.8.14