Go to the documentation of this file.
22 #ifndef _SOPRANO_QUERY_BINDINGS_H_
23 #define _SOPRANO_QUERY_BINDINGS_H_
27 #include <QtCore/QSharedDataPointer>
78 Node operator[](
int offset )
const;
131 void insert(
const QString& name,
const Node& value );
138 void replace(
int offset,
const Node& value );
145 void replace(
const QString& name,
const Node& value );
152 bool operator==(
const BindingSet& other )
const;
159 bool operator!=(
const BindingSet& other )
const;