doxygen
|
Base class for specific output generators. More...
#include <outputgen.h>
Public Types | |
enum | ParamListTypes { Param, RetVal, Exception } |
enum | MemberItemType { Normal, AnonymousStart, AnonymousEnd, Templated } |
Public Member Functions | |
OutputGenerator (const QCString &dir) | |
OutputGenerator (const OutputGenerator &)=delete | |
OutputGenerator & | operator= (const OutputGenerator &)=delete |
OutputGenerator (OutputGenerator &&)=default | |
OutputGenerator & | operator= (OutputGenerator &&)=delete |
QCString | dir () const |
QCString | fileName () const |
void | startPlainFile (const QCString &name) |
void | endPlainFile () |
Protected Attributes | |
TextStream | m_t |
QCString | m_dir |
Base class for specific output generators.
Subclass this class to add support for a new output format