NFD: Named Data Networking Forwarding Daemon 0.6.0 documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
measurements-entry.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#include "
measurements-entry.hpp
"
27
28
namespace
nfd
{
29
namespace
measurements {
30
31
Entry::Entry
(
const
Name& name)
32
: m_name(name)
33
, m_expiry(time::steady_clock::TimePoint::min())
34
, m_nameTreeEntry(nullptr)
35
{
36
}
37
38
}
// namespace measurements
39
}
// namespace nfd
nfd
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition:
algorithm.hpp:32
measurements-entry.hpp
nfd::measurements::Entry::Entry
Entry(const Name &name)
Definition:
measurements-entry.cpp:31
daemon
table
measurements-entry.cpp
Generated on Mon Oct 16 2017 13:51:50 for NFD: Named Data Networking Forwarding Daemon by
1.8.11