Classes | Namespaces | Functions

/tmp/buildd/soprano-2.5.0.e5.20101129.1201952/soprano/node.h File Reference

#include <QtCore/QUrl>
#include <QtCore/QSharedDataPointer>
#include <QtCore/QTextStream>
#include "soprano_export.h"
#include "literalvalue.h"
#include "languagetag.h"
#include "sopranomacros.h"
Include dependency graph for node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Soprano::Node
 A Node represents one RDF resource. More...

Namespaces

namespace  Soprano

Functions

SOPRANO_EXPORT QTextStreamoperator>> (QTextStream &s, Soprano::Node &)
SOPRANO_EXPORT uint qHash (const QUrl &url)

Function Documentation

SOPRANO_EXPORT QTextStream& operator>> ( QTextStream s,
Soprano::Node  
)

Read a node from an N3 encoded string.

See also:
Soprano::Node::fromN3()
Since:
2.5
SOPRANO_EXPORT uint qHash ( const QUrl url  )