Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtestdata.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtTest/qttestglobal.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qtestdata.h:

Go to the source code of this file.

Classes

class  QTestData
 

Functions

template<typename T >
QTestDataoperator<< (QTestData &data, const T &value)
 
QTestDataoperator<< (QTestData &data, const char *value)
 

Function Documentation

◆ operator<<() [1/2]

QTestData & operator<< ( QTestData & data,
const char * value )
inline

Definition at line 45 of file qtestdata.h.

References QString::fromUtf8(), and str.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

template<typename T >
QTestData & operator<< ( QTestData & data,
const T & value )

Definition at line 39 of file qtestdata.h.

References QTestData::append().

+ Here is the call graph for this function: