DTN::Header Class Reference

Header structure for a Bundle. More...

#include <dtn/Header.h>

Inheritance diagram for DTN::Header:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 Header ()
 Default constructor.
 Header (const ByteString &hdr)
 Construct a Header from a byte string.
 Header (const Header &hdr)
 Copy constructor.
virtual ~Header ()
 Destructor.
const ByteString & data () const
 Access the byte string representation of the header.

Protected Attributes

ByteString m_data
 actual bundle header, accessible to subclasses


Detailed Description

Header structure for a Bundle.

Internally, this is just a ByteString, but it also provides the root for a meaningful hierarchy of subclasses.

Definition at line 89 of file Header.h.


The documentation for this class was generated from the following files:
Generated on Mon Mar 24 11:15:48 2008 for Pydtn Simulator by  doxygen 1.5.4