#include <docparser.h>
Inheritance diagram for DocIncOperator:

Public Member Functions | |
| Kind | kind () const |
| DocNode * | parent () const |
| void | accept (DocVisitor *v) |
Definition at line 414 of file docparser.h.
|
|
Acceptor function for node visitors. Part of the visitor pattern.
Implements DocNode. Definition at line 429 of file docparser.h. References DocVisitor::visit(). |
|
|
Returns the kind of node. Provides runtime type information Implements DocNode. Definition at line 423 of file docparser.h. |
|
|
Returns the parent of this node or 0 for the root node. Implements DocNode. Definition at line 428 of file docparser.h. |
1.3.8