#include <dtn/Header.h>

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 | |
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.
1.5.4