syndication/rdf
property.cpp
a property is node type that represents properties of things, like "name" is a property of a person...
Definition: property.h:45
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: resource.cpp:143
Visitor interface, following the Visitor design pattern.
Definition: nodevisitor.h:57
virtual bool visitProperty(PropertyPtr property)
reimplement this method to handle properties.
Definition: nodevisitor.cpp:50
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: property.cpp:46
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.