Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
ColumnSort Struct Reference

Description

Helper for VuoTable_sort_VuoInteger().

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.
 

Public Attributes

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

Member Function Documentation

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.

Member Data Documentation

VuoSortOrder ColumnSort::sortOrder

Sort parameters used by operator().

VuoTextSort ColumnSort::sortType

Sort parameters used by operator().


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