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
GeneratorStream Class Reference
+ Collaboration diagram for GeneratorStream:

Public Member Functions

 GeneratorStream (QTextStream *result)
 
 ~GeneratorStream ()
 
 GeneratorStream (GeneratorStream &&other) noexcept
 
GeneratorStreamoperator= (GeneratorStream &&other) noexcept
 

Friends

template<typename T >
const GeneratorStreamoperator<< (const GeneratorStream &str, T val)
 

Detailed Description

Definition at line 21 of file qquickqmlgenerator.cpp.

Constructor & Destructor Documentation

◆ GeneratorStream() [1/2]

GeneratorStream::GeneratorStream ( QTextStream * result)
inlineexplicit

Definition at line 24 of file qquickqmlgenerator.cpp.

◆ ~GeneratorStream()

GeneratorStream::~GeneratorStream ( )
inline

Definition at line 30 of file qquickqmlgenerator.cpp.

References Qt::endl().

+ Here is the call graph for this function:

◆ GeneratorStream() [2/2]

GeneratorStream::GeneratorStream ( GeneratorStream && other)
inlinenoexcept

Definition at line 43 of file qquickqmlgenerator.cpp.

Member Function Documentation

◆ operator=()

GeneratorStream & GeneratorStream::operator= ( GeneratorStream && other)
inlinenoexcept

Definition at line 48 of file qquickqmlgenerator.cpp.

References other().

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ operator<<

template<typename T >
const GeneratorStream & operator<< ( const GeneratorStream & str,
T val )
friend

Definition at line 67 of file qquickqmlgenerator.cpp.


The documentation for this class was generated from the following file: