ansifilter
2.18
About: Ansifilter parses common ANSI codes to remove them or to convert them to another colored text file format (HTML, TeX, LaTeX, RTF, Pango or BBCode).
![]() ![]() |
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <iomanip>
#include <wctype.h>
#include "elementstyle.h"
#include "enums.h"
#include "stringtools.h"
Go to the source code of this file.
Classes | |
struct | ansifilter::TDChar |
class | ansifilter::StyleInfo |
class | ansifilter::CodeGenerator |
Base class for escape sequence parsing. More... | |
Namespaces | |
ansifilter | |
The ansifilter namespace contains all classes and data structures needed for parsing input data. | |