Bitstream Interpretation Library (BIL)  0.1
Functions
Packet.cpp File Reference

Contains definition of Packet class. More...

#include <bitstream/Packet.hpp>
Include dependency graph for Packet.cpp:

Go to the source code of this file.

Functions

Packetnew_clone (const Packet &src)
 Creates a polymorphic copy of a packet.

Detailed Description

Contains definition of Packet class.

Definition in file Packet.cpp.


Function Documentation

Packet* new_clone ( const Packet src)

Creates a polymorphic copy of a packet.

Parameters:
srcReference to packet to copy.
Returns:
Pointer to the copied instance.

Definition at line 17 of file Packet.cpp.