#include <docparser.h>
Public Member Functions | |
DocSimpleSectSep (DocNode *parent) | |
Kind | kind () const |
void | accept (DocVisitor *v) |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Node representing a separator between two simple sections of the same type.
Definition at line 1073 of file docparser.h.
|
inline |
Definition at line 1076 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1078 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1077 of file docparser.h.