Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJSScopesById::MostLikelyCallback< T > Struct Template Reference

#include <qqmljsscopesbyid_p.h>

Collaboration diagram for QQmlJSScopesById::MostLikelyCallback< T >:

Public Member Functions

CallbackResult operator() (const T &candidate, Confidence confidence)

Public Attributes

result = {}

Detailed Description

template<typename T>
struct QQmlJSScopesById::MostLikelyCallback< T >

Definition at line 58 of file qqmljsscopesbyid_p.h.

Member Function Documentation

◆ operator()()

template<typename T>
CallbackResult QQmlJSScopesById::MostLikelyCallback< T >::operator() ( const T & candidate,
Confidence confidence )
inline

Definition at line 60 of file qqmljsscopesbyid_p.h.

References QQmlJSScopesById::ContinueSearch, and result.

Member Data Documentation

◆ result

template<typename T>
T QQmlJSScopesById::MostLikelyCallback< T >::result = {}

Definition at line 69 of file qqmljsscopesbyid_p.h.

Referenced by operator()().


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