Go to the source code of this file.
Classes | |
class | DocVisitor |
Abstract visitor that participates in the visitor pattern. More... | |
Variables | |
const int | DocVisitor_Html = 0 |
const int | DocVisitor_Latex = 1 |
const int | DocVisitor_XML = 2 |
const int | DocVisitor_RTF = 3 |
const int | DocVisitor_Man = 4 |
const int | DocVisitor_Text = 5 |
const int | DocVisitor_Other = 6 |
const int | DocVisitor_Docbook = 7 |
const int DocVisitor_Docbook = 7 |
Definition at line 30 of file docvisitor.h.
const int DocVisitor_Html = 0 |
Definition at line 23 of file docvisitor.h.
const int DocVisitor_Latex = 1 |
Definition at line 24 of file docvisitor.h.
const int DocVisitor_Man = 4 |
Definition at line 27 of file docvisitor.h.
const int DocVisitor_Other = 6 |
Definition at line 29 of file docvisitor.h.
const int DocVisitor_RTF = 3 |
Definition at line 26 of file docvisitor.h.
const int DocVisitor_Text = 5 |
Definition at line 28 of file docvisitor.h.
const int DocVisitor_XML = 2 |
Definition at line 25 of file docvisitor.h.