Syndication
sequence.h
Visitor interface, following the Visitor design pattern.
Definition nodevisitor.h:42
Sequence container, a sequence contains an ordered list of RDF nodes.
Definition sequence.h:32
virtual QList< NodePtr > items() const
the list of the list items in the sequence, in the specified order
Definition sequence.cpp:73
virtual void append(NodePtr node)
appends a node at the end of the sequence
Definition sequence.cpp:66
virtual Sequence & operator=(const Sequence &other)
assigns another sequence
Definition sequence.cpp:59
void accept(NodeVisitor *visitor, NodePtr ptr) override
Used by visitors for double dispatch.
Definition sequence.cpp:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.