#include <cerrno>
#include <cstdarg>
#include <cstddef>
#include <cstdio>
#include <cstdint>
#include <cstring>
#include <ctime>
#include <sys/time.h>
#include <string>
#include <vector>
#include <list>
#include <functional>
#include <memory>
#include <algorithm>
#include <map>
#include <unordered_map>
#include <unordered_set>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Defines | |
#define | _LL(x) x##ll |
#define | _T(s) s |
#define | _ULL(x) x##ull |
#define | ADCHPP_DLL __attribute__ ((visibility("default"))) |
#define | ADCHPP_VISIBLE __attribute__ ((visibility("default"))) |
#define | I64_FMT "%lld" |
#define | PATH_SEPARATOR '/' |
#define | PATH_SEPARATOR_STR "/" |
#define | SHARED_PTR_NS std |
#define _T | ( | s | ) | s |
Definition at line 140 of file adchpp.h.
Referenced by adchpp::Thread::start().
#define _ULL | ( | x | ) | x##ull |
Definition at line 45 of file adchpp.h.
Referenced by adchpp::TigerHash::TigerHash().
#define ADCHPP_VISIBLE __attribute__ ((visibility("default"))) |
#define PATH_SEPARATOR '/' |
Definition at line 53 of file adchpp.h.
Referenced by adchpp::File::makeAbsolutePath().