A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/table__data__sorter_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/objutils/table_data_sorter.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

39  size_t

* begin,

size_t

* end,

bool

descending)

46  sort

(begin, end, [&tableData,

column

, descending](

size_t r1

,

size_t r2

) ->

bool 48  return

descending ? (v1 >

v2

) : (v1 <

v2

); });

51  sort

(begin, end, [&tableData,

column

, descending](

size_t r1

,

size_t r2

) ->

bool 53  return

descending ? (v1 >

v2

) : (v1 <

v2

); });

57  sort

(begin, end, [&tableData,

column

, descending, &s1, &s2](

size_t r1

,

size_t r2

) ->

bool 60  return

descending ? (s1 > s2) : (s1 < s2); });

static void Sort(ITableData &tableData, size_t column, size_t *begin, size_t *end, bool descending=false)

virtual ColumnType GetColumnType(size_t col) const =0

virtual double GetRealValue(size_t, size_t) const

virtual void GetStringValue(size_t, size_t, string &) const =0

virtual size_t GetColsCount() const =0

virtual long GetIntValue(size_t, size_t) const

static const char * column

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

constexpr auto sort(_Init &&init)

static const sljit_gpr r1

static const sljit_gpr r2


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4