YPC
0.2.0
include
hpda
common
common.h
1
#pragma once
2
3
#include <cstdlib>
4
#include <exception>
5
#include <ff/util/ntobject.h>
6
#include <functional>
7
#include <memory>
8
#include <mutex>
9
#include <vector>
10
11
#ifdef HPDA_DEBUG
12
#include <glog/logging.h>
13
#endif
14
15
#ifdef YPC_SGX
16
#include "ypc/stbox/tsgx/log.h"
17
#endif
18
19
namespace
hpda {
20
template
<
typename
... ARGS>
using
ntobject = ::ff::util::ntobject<ARGS...>;
21
22
}
Generated by
1.8.17