#include <QtCore/QUrl>
#include <QtCore/QSharedDataPointer>
#include <QtCore/QTextStream>
#include "soprano_export.h"
#include "literalvalue.h"
Go to the source code of this file.
Namespaces | |
namespace | Soprano |
Classes | |
class | Soprano::Node |
A Node represents one RDF resource. More... | |
Functions | |
SOPRANO_EXPORT QDebug | operator<< (QDebug s, const Soprano::Node &) |
SOPRANO_EXPORT QTextStream & | operator<< (QTextStream &s, const Soprano::Node &) |
SOPRANO_EXPORT QDebug operator<< | ( | QDebug | s, | |
const Soprano::Node & | ||||
) |
SOPRANO_EXPORT QTextStream& operator<< | ( | QTextStream & | s, | |
const Soprano::Node & | ||||
) |
Default Soprano::Node stream operator. The operator serializes the Node based on the N-Triples standard, except that it uses Unicode strings.