Bitstream Interpretation Library (BIL)  0.1
Packet.cpp
Go to the documentation of this file.
1 
6 #include <bitstream/Packet.hpp>
7 
8 using namespace bil;
9 
10 
12 {
13 
14 }
15 
16 
17 Packet* new_clone(const Packet& src)
18 {
19  return src.clone();
20 }