ISLEman
Public Member Functions | Protected Attributes | List of all members
CompAccept< T > Class Template Reference

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

#include <docparser.h>

Public Member Functions

void accept (T *obj, DocVisitor *v)
 
const QList< DocNode > & children () const
 
QList< DocNode > & children ()
 

Protected Attributes

QList< DocNodem_children
 

Detailed Description

template<class T>
class CompAccept< T >

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


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