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
QV4::ArrayElementLessThan Class Reference

#include <qv4arraydata_p.h>

+ Collaboration diagram for QV4::ArrayElementLessThan:

Public Member Functions

 ArrayElementLessThan (ExecutionEngine *engine, const Value &comparefn)
 
bool operator() (Value v1, Value v2) const
 

Detailed Description

Definition at line 234 of file qv4arraydata_p.h.

Constructor & Destructor Documentation

◆ ArrayElementLessThan()

QV4::ArrayElementLessThan::ArrayElementLessThan ( ExecutionEngine * engine,
const Value & comparefn )
inline

Definition at line 237 of file qv4arraydata_p.h.

Member Function Documentation

◆ operator()()

bool ArrayElementLessThan::operator() ( Value v1,
Value v2 ) const

Definition at line 590 of file qv4arraydata.cpp.


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