Soprano 2.9.4
languagetag.h File Reference
#include <QtCore/QSharedDataPointer>
#include <QtCore/QTextStream>
#include <QtCore/QLocale>
#include <QtCore/QFlags>
#include <QtCore/QMetaType>
#include "soprano_export.h"
+ Include dependency graph for languagetag.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Soprano::LanguageTag
 A LanguageTag represents a language according to RFC 3066 and RFC 4646. More...
 

Namespaces

namespace  Soprano
 

Functions

SOPRANO_EXPORT uint Soprano::qHash (const LanguageTag &node)
 
 Q_DECLARE_TYPEINFO (Soprano::LanguageTag, Q_MOVABLE_TYPE)
 
SOPRANO_EXPORT QDebug operator<< (QDebug s, const Soprano::LanguageTag &)
 
SOPRANO_EXPORT QTextStreamoperator<< (QTextStream &s, const Soprano::LanguageTag &)
 

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( Soprano::LanguageTag ,
Q_MOVABLE_TYPE  )

◆ operator<<() [1/2]

SOPRANO_EXPORT QDebug operator<< ( QDebug s,
const Soprano::LanguageTag &  )

◆ operator<<() [2/2]