![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Helper class to accept eithe a string or a dumper (a function that writes to a sink) More...
#include <qqmldomstringdumper_p.h>
Public Member Functions | |
Dumper (QStringView s) | |
Dumper (std::nullptr_t) | |
template<typename Stringy, if_string_view_convertible< Stringy > = true> | |
Dumper (Stringy string) | |
template<typename U, if_compatible_dumper< U > = true> | |
Dumper (U f) | |
void | operator() (const Sink &s) const |
Public Attributes | |
DumperFunction | dumper |
Helper class to accept eithe a string or a dumper (a function that writes to a sink)
Using a Dumper as input parameter one always obtains a dumper (i.e. a function_ref<void(function_ref<void(QStringView)>)> , but can pass in any object accepted by QStringView, and it is automatically converted to a dumper.
Definition at line 38 of file qqmldomstringdumper_p.h.
|
inline |
Definition at line 57 of file qqmldomstringdumper_p.h.
References Dumper().
Referenced by Dumper().
|
inline |
Definition at line 60 of file qqmldomstringdumper_p.h.
|
inline |
Definition at line 63 of file qqmldomstringdumper_p.h.
Referenced by Dumper().
|
inline |
Definition at line 67 of file qqmldomstringdumper_p.h.
References Dumper().
Definition at line 69 of file qqmldomstringdumper_p.h.
DumperFunction QQmlJS::Dom::Dumper::dumper |
Definition at line 40 of file qqmldomstringdumper_p.h.