#include "introspectable.h"
Definition at line 44 of file introspectable.h.
◆ Introspectable()
LeechCraft::Util::Introspectable::Introspectable |
( |
const Introspectable & |
| ) |
|
|
delete |
◆ Instance()
◆ operator()() [1/2]
template<typename T >
QVariantMap LeechCraft::Util::Introspectable::operator() |
( |
const T & |
t | ) |
const |
|
inline |
◆ operator()() [2/2]
QVariantMap LeechCraft::Util::Introspectable::operator() |
( |
const QVariant & |
variant | ) |
const |
◆ operator=()
◆ Register() [1/2]
template<typename T , typename U >
void LeechCraft::Util::Introspectable::Register |
( |
const U & |
intro, |
|
|
decltype(std::invoke(intro, std::declval< QVariant >())) * |
= nullptr |
|
) |
| |
|
inline |
◆ Register() [2/2]
template<typename T , typename U >
void LeechCraft::Util::Introspectable::Register |
( |
const U & |
intro, |
|
|
decltype(std::invoke(intro, std::declval< T >())) * |
= nullptr |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-10870-g558588d6ec/src/util/xpc/introspectable.h
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-10870-g558588d6ec/src/util/xpc/introspectable.cpp