#include <docparser.h>
Public Member Functions | |
DocWord (DocNode *parent, const QCString &word) | |
QCString | word () const |
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 |
Private Attributes | |
QCString | m_word |
Node representing a word
Definition at line 195 of file docparser.h.
Definition at line 1804 of file docparser.cpp.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 201 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 200 of file docparser.h.
|
inline |
Definition at line 199 of file docparser.h.
|
private |
Definition at line 204 of file docparser.h.