Routines to serialize/deserialize NDN interest in ccnb format. More...
#include <ccnb.h>


Public Member Functions | |
| Interest (Ptr< ndn::Interest > interest) | |
| Ptr< ndn::Interest > | GetInterest () | 
| virtual TypeId | GetInstanceTypeId (void) const | 
| virtual void | Print (std::ostream &os) const | 
| virtual uint32_t | GetSerializedSize (void) const | 
| virtual void | Serialize (Buffer::Iterator start) const | 
| virtual uint32_t | Deserialize (Buffer::Iterator start) | 
Static Public Member Functions | |
| static Ptr< Packet > | ToWire (Ptr< const ndn::Interest > interest) | 
| static Ptr< ndn::Interest > | FromWire (Ptr< Packet > packet) | 
| static TypeId | GetTypeId (void) | 
Routines to serialize/deserialize NDN interest in ccnb format.