26 #ifndef NFD_DAEMON_TABLE_PIT_IN_RECORD_HPP 27 #define NFD_DAEMON_TABLE_PIT_IN_RECORD_HPP 43 update(
const Interest& interest);
49 shared_ptr<const Interest> m_interest;
52 inline const Interest&
55 BOOST_ASSERT(static_cast<bool>(m_interest));
62 #endif // NFD_DAEMON_TABLE_PIT_IN_RECORD_HPP
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
contains information about an Interest from an incoming face
contains information about an Interest on an incoming or outgoing face
const Interest & getInterest() const
void update(const Interest &interest)