CompAccept< T > Class Template Reference

Default accept implementation for compound nodes in the abstract syntax tree. More...

#include <docparser.h>

List of all members.

Public Member Functions

 CompAccept ()
void accept (T *obj, DocVisitor *v)

Protected Attributes

QList< DocNodem_children


Detailed Description

template<class T>
class CompAccept< T >

Default accept implementation for compound nodes in the abstract syntax tree.

Definition at line 168 of file docparser.h.


Constructor & Destructor Documentation

template<class T>
CompAccept< T >::CompAccept (  )  [inline]

Definition at line 171 of file docparser.h.


Member Function Documentation

template<class T>
void CompAccept< T >::accept ( T *  obj,
DocVisitor v 
) [inline]

Definition at line 172 of file docparser.h.

Referenced by DocRoot::accept(), DocText::accept(), DocHtmlRow::accept(), DocHtmlCaption::accept(), DocHtmlCell::accept(), DocHtmlDescData::accept(), DocHtmlListItem::accept(), DocPara::accept(), DocParamSect::accept(), DocHtmlList::accept(), DocSimpleList::accept(), DocInternal::accept(), DocSecRefList::accept(), DocSecRefItem::accept(), DocSection::accept(), DocHtmlDescList::accept(), DocHtmlDescTitle::accept(), DocHtmlHeader::accept(), DocHRef::accept(), DocInternalRef::accept(), DocRef::accept(), DocLink::accept(), DocDotFile::accept(), DocImage::accept(), DocXRefItem::accept(), DocTitle::accept(), DocAutoList::accept(), and DocCopy::accept().


Member Data Documentation

template<class T>
QList<DocNode> CompAccept< T >::m_children [protected]

Definition at line 182 of file docparser.h.

Referenced by CompAccept< DocHtmlTable >::accept(), and CompAccept< DocHtmlTable >::CompAccept().


The documentation for this class was generated from the following file:



Generated on Mon Mar 31 10:58:56 2008 by  doxygen 1.5.1