Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bitstream
SyncWord.cpp
Go to the documentation of this file.
1
6
#include <
bitstream/PacketVisitor.hpp
>
7
#include <
bitstream/SyncWord.hpp
>
8
9
using namespace
bil;
10
11
12
SyncWord
*
SyncWord::clone
()
const
13
{
14
return
new
SyncWord
(*
this
);
15
}
16
17
18
void
SyncWord::accept
(
PacketVisitor
& visitor)
const
19
{
20
visitor.
visit
(*
this
);
21
}
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1