NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
common-pch.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_COMMON_PCH_HPP
23
#define NDN_COMMON_PCH_HPP
24
25
// If compiler supports precompiled header, this header should be compiled and include
26
// before anything else
27
28
#include "
common.hpp
"
29
30
// STL headers to precompile
31
#include <vector>
32
#include <list>
33
#include <set>
34
#include <algorithm>
35
#include <map>
36
#include <sstream>
37
#include <fstream>
38
#include <exception>
39
#include <map>
40
41
// Other useful headers to precompile
42
#include <boost/lexical_cast.hpp>
43
#include <boost/asio.hpp>
44
#include <boost/chrono.hpp>
45
#include <boost/date_time/posix_time/posix_time.hpp>
46
#include <boost/property_tree/ptree.hpp>
47
#include <boost/property_tree/info_parser.hpp>
48
#include <boost/filesystem.hpp>
49
#include <boost/regex.hpp>
50
#include <boost/algorithm/string.hpp>
51
52
#include <boost/iostreams/detail/ios.hpp>
53
#include <boost/iostreams/categories.hpp>
54
#include <boost/iostreams/stream.hpp>
55
56
#include "
security/cryptopp.hpp
"
57
58
#endif // NDN_COMMON_PCH_HPP
common.hpp
Copyright (c) 2013-2014 Regents of the University of California.
cryptopp.hpp
ndnSIM
ndn-cxx
src
common-pch.hpp
Generated on Tue Feb 23 2016 22:18:43 for ndnSIM by
1.8.11