syndication/rdf
node.cpp
virtual bool visitNode(NodePtr node)
reimplement this method to handle nodes that weren't handled by the more specific method...
Definition: nodevisitor.cpp:45
Visitor interface, following the Visitor design pattern.
Definition: nodevisitor.h:57
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: node.cpp:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.