Public Member Functions

ValueList Class Reference

Models a Sparql list. More...

Inheritance diagram for ValueList:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ValueList ()
 Constructs an empty list.
QList< Valuevalues () const
 Returns the values in this list.
void setValues (const QList< Value > &values)
 Replaces the values of the list with the values in values.
void addValue (const Value &value)
 Adds a new value to the list.

Detailed Description

Models a Sparql list.

This class is different from a simple QList<Value> because it can generate the Sparql representation of the list.

Note that the list does not take ownership of the values, the user must free them.


The documentation for this class was generated from the following files:
 All Classes Functions Enumerations