#include "codectypedefs.hpp"
#include "encodeexception.hpp"
#include "filesysexception.hpp"
#include "stringutils.hpp"
#include <boost/spirit/core.hpp>
#include <cassert>
#include <cctype>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
Classes | |
| struct | HexToBin |
| Functor which appends hex digits to a binary string representation. | |
Typedefs | |
| typedef std::string::const_iterator | iter |
Functions | |
| void | sectionEncode (char const *file_name) |
| Encode a text version of DVB section. | |
Copyright (c) 2004, Thomas Guest. All rights reserved.
|
|
|
|
|
Encode a text version of DVB section.
|
1.3.7