Vuo  2.3.2
Public Member Functions | List of all members
ColumnSort Struct Reference

Description

Helper for VuoTable_sort_VuoInteger().

Definition at line 392 of file VuoTable.cc.

Public Member Functions

bool operator() (pair< size_t, VuoText > first, pair< size_t, VuoText > second)
 Returns true if the text in first comes before the text in second in sorted order. More...
 

Public Attributes

VuoTextSort sortType
 Sort parameters used by operator(). More...
 
VuoSortOrder sortOrder
 Sort parameters used by operator(). More...
 

Member Function Documentation

◆ operator()()

bool ColumnSort::operator() ( pair< size_t, VuoText first,
pair< size_t, VuoText second 
)
inline

Returns true if the text in first comes before the text in second in sorted order.

Definition at line 405 of file VuoTable.cc.

Member Data Documentation

◆ sortOrder

VuoSortOrder ColumnSort::sortOrder

Sort parameters used by operator().

Definition at line 399 of file VuoTable.cc.

◆ sortType

VuoTextSort ColumnSort::sortType

Sort parameters used by operator().

Definition at line 398 of file VuoTable.cc.


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