Go to the source code of this file.
|
| template<typename NetPkt > |
| static void | ndn::extractLpLocalFields (NetPkt &netPacket, const lp::Packet &lpPacket) |
| | extract local fields from NDNLPv2 packet and tag onto a network layer packet More...
|
| |
◆ IO_CAPTURE_WEAK_IMPL
| #define IO_CAPTURE_WEAK_IMPL |
( |
|
OP | ) |
|
Value:{ \
weak_ptr<Impl> implWeak(m_impl); \
m_ioService.OP([=] { \
auto impl = implWeak.lock(); \
if (impl != nullptr) {
Definition at line 34 of file face.cpp.
◆ IO_CAPTURE_WEAK_IMPL_END
| #define IO_CAPTURE_WEAK_IMPL_END |