LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
LC::Util::Introspectable Class Reference

#include "introspectable.h"

Public Member Functions

 Introspectable (const Introspectable &)=delete
 
Introspectableoperator= (const Introspectable &)=delete
 
template<typename T , typename U >
void Register (const U &intro)
 
template<typename T >
QVariantMap operator() (const T &t) const
 
QVariantMap operator() (const QVariant &) const
 

Static Public Member Functions

static IntrospectableInstance ()
 

Detailed Description

Definition at line 27 of file introspectable.h.

Constructor & Destructor Documentation

◆ Introspectable()

LC::Util::Introspectable::Introspectable ( const Introspectable )
delete

Member Function Documentation

◆ Instance()

Introspectable & LC::Util::Introspectable::Instance ( )
static

Definition at line 21 of file introspectable.cpp.

◆ operator()() [1/2]

QVariantMap LC::Util::Introspectable::operator() ( const QVariant &  variant) const

Definition at line 27 of file introspectable.cpp.

◆ operator()() [2/2]

template<typename T >
QVariantMap LC::Util::Introspectable::operator() ( const T &  t) const
inline

Definition at line 51 of file introspectable.h.

◆ operator=()

Introspectable& LC::Util::Introspectable::operator= ( const Introspectable )
delete

◆ Register()

template<typename T , typename U >
void LC::Util::Introspectable::Register ( const U &  intro)
inline

Definition at line 39 of file introspectable.h.


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