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
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
g
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
f
i
k
l
n
o
p
s
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
d
e
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
common.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
24
#ifndef NDN_SECURITY_CONF_COMMON_HPP
25
#define NDN_SECURITY_CONF_COMMON_HPP
26
27
#include "../../common.hpp"
28
#include <string>
29
#include <boost/property_tree/ptree.hpp>
30
31
namespace
ndn
{
32
namespace
security {
33
namespace
conf {
34
35
typedef
boost::property_tree::ptree
ConfigSection
;
36
37
class
Error
:
public
std::runtime_error
38
{
39
public
:
40
explicit
41
Error
(
const
std::string& what)
42
:
std
::runtime_error(what)
43
{
44
}
45
};
46
47
}
// namespace conf
48
}
// namespace security
49
}
// namespace ndn
50
51
#endif // NDN_SECURITY_CONF_COMMON_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::security::conf::Error::Error
Error(const std::string &what)
Definition:
common.hpp:41
ndn::security::conf::Error
Definition:
common.hpp:37
std
STL namespace.
ndn::security::conf::ConfigSection
boost::property_tree::ptree ConfigSection
Definition:
common.hpp:35
ndnSIM
ndn-cxx
src
security
conf
common.hpp
Generated on Sat Nov 12 2016 16:02:53 for ndnSIM by
1.8.12