NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: 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
h
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
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
i
k
l
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
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
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
encoding-buffer-fwd.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_ENCODING_ENCODING_BUFFER_FWD_HPP
23
#define NDN_ENCODING_ENCODING_BUFFER_FWD_HPP
24
25
namespace
ndn
{
26
namespace
encoding {
27
28
typedef
bool
Tag
;
29
35
static
const
Tag
EncoderTag
=
true
;
36
42
static
const
Tag
EstimatorTag
=
false
;
43
44
template
<Tag TAG>
45
class
EncodingImpl
;
46
47
typedef
EncodingImpl<EncoderTag>
EncodingBuffer
;
48
typedef
EncodingImpl<EstimatorTag>
EncodingEstimator
;
49
50
}
// namespace encoding
51
52
using
encoding::EncodingImpl
;
53
using
encoding::EncodingBuffer
;
54
using
encoding::EncodingEstimator
;
55
56
}
// namespace ndn
57
58
#endif // NDN_ENCODING_ENCODING_BUFFER_FWD_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::encoding::EncodingImpl< EncoderTag >
EncodingImpl specialization for real TLV encoding.
Definition:
encoding-buffer.hpp:37
ndn::encoding::EncodingEstimator
EncodingImpl< EstimatorTag > EncodingEstimator
Definition:
encoding-buffer-fwd.hpp:48
ndn::encoding::EstimatorTag
static const Tag EstimatorTag
Tag for EncodingImpl to indicate that Estimator is requested Implementation of the tag may change to ...
Definition:
encoding-buffer-fwd.hpp:42
ndn::encoding::EncodingImpl< EstimatorTag >
EncodingImpl specialization TLV size estimation.
Definition:
encoding-buffer.hpp:57
ndn::encoding::EncodingBuffer
EncodingImpl< EncoderTag > EncodingBuffer
Definition:
encoding-buffer-fwd.hpp:45
ndn::encoding::EncodingImpl
Definition:
encoding-buffer-fwd.hpp:45
ndn::encoding::EncoderTag
static const Tag EncoderTag
Tag for EncodingImpl to indicate that Encoder is requested Implementation of the tag may change to cl...
Definition:
encoding-buffer-fwd.hpp:35
ndn::encoding::Tag
bool Tag
Definition:
encoding-buffer-fwd.hpp:28
ndnSIM
ndn-cxx
src
encoding
encoding-buffer-fwd.hpp
Generated on Wed Jan 11 2017 18:17:13 for ndnSIM by
1.8.13