Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ functions
Functions
1,329 in github.com/Tablecruncher/tablecruncher
⨍
Functions
1,329
◇
Types & classes
299
Function
json_value
default constructor (for null values)
external/json/json.hpp:13144
Method
key
external/json/json.hpp:4326
Method
key
external/json/json.hpp:4511
Method
key
return the key of an object iterator
external/json/json.hpp:6192
Method
latin1toutf8
converts Latin-1 to UTF-8
src/helper.cpp:145
Method
lexer
external/json/json.hpp:2549
Method
line
external/utf8-cpp-utils/test/doctest.h:5441
Method
line
external/utf8-cpp-utils/test/doctest.h:5802
Method
listen
external/httplib.h:6301
Method
listen_after_bind
external/httplib.h:6299
Method
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from http://stackoverflow.co
external/json/json.hpp:6457
Method
load_ca_cert_store
external/httplib.h:9244
Method
load_certs
external/httplib.h:9328
Method
logTestStart
external/utf8-cpp-utils/test/doctest.h:6030
Method
log_assert
external/utf8-cpp-utils/test/doctest.h:5597
Method
log_assert
external/utf8-cpp-utils/test/doctest.h:5894
Method
log_assert
external/utf8-cpp-utils/test/doctest.h:6376
Method
log_contexts
external/utf8-cpp-utils/test/doctest.h:5428
Method
log_contexts
external/utf8-cpp-utils/test/doctest.h:5928
Method
log_contexts
external/utf8-cpp-utils/test/doctest.h:6006
Method
log_message
external/utf8-cpp-utils/test/doctest.h:5626
Method
log_message
external/utf8-cpp-utils/test/doctest.h:5909
Method
log_message
external/utf8-cpp-utils/test/doctest.h:6392
Function
main
src/main.cpp:75
Function
main
external/utf8-cpp-utils/test/doctest.h:7085
Method
make_matcher
external/httplib.h:6070
Function
make_range_header
Header utilities
external/httplib.h:5621
Function
make_unique
external/httplib.h:332
Function
max_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
external/json/json.hpp:16830
Method
mergeColumn_CB
src/csvapplication.cpp:2695
Method
mergeColumn_Cancel_CB
src/csvapplication.cpp:2699
Method
mergeString
mergeVector() Merges the given vector-of-strings with the defined internal CSV delimiter */
src/csvdatastorage.cpp:440
Function
merge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
external/json/json.hpp:20125
Function
meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
external/json/json.hpp:12579
Method
mmap
external/httplib.h:2903
Method
moveCols
src/csvapplication.cpp:2419
Method
moveFlags
* Move all flagged rows */
src/csvtable.cpp:961
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
external/json/json.hpp:9750
Method
myFlAskString
* Returns pair (retType,string) * retType: 0 if cancelled, 1 otherwise */
src/csvapplication.cpp:3185
Method
myFlAskStringCB
src/csvapplication.cpp:3239
Method
myFlAskStringOkCB
src/csvapplication.cpp:3245
Method
myFlChoice
* Generic styled alert method, displays up to three answer buttons. * Button 0 is the highlighted button. Gets returned when pressed Enter. * * @re
src/csvapplication.cpp:3059
Method
myFlChoiceWin_CB
src/csvapplication.cpp:3166
Method
myFlChoice_CB
src/csvapplication.cpp:3158
Method
name
external/json/json.hpp:828
Method
newlineIfNecessary
external/utf8-cpp-utils/test/doctest.h:5402
Function
next16
external/utf8/unchecked.h:140
Function
next16
external/utf8/checked.h:171
Method
nextField
* Returns cell next to myRow, myCol. * Jumps to next line if last cell in line. Jumps to first line if last cell in last line. */
src/csvtable.cpp:443
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
external/json/json.hpp:2639
Method
nonesuch
external/json/json.hpp:357
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
external/json/json.hpp:9815
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
external/json/json.hpp:9832
Method
null
external/json/json.hpp:4277
Method
null
external/json/json.hpp:4453
Method
number_float
external/json/json.hpp:4301
Method
number_float
external/json/json.hpp:4477
Method
number_integer
external/json/json.hpp:4289
Method
number_integer
external/json/json.hpp:4465
Method
number_unsigned
external/json/json.hpp:4295
Method
number_unsigned
external/json/json.hpp:4471
Method
openFileCB
src/csvapplication.cpp:378
Method
operator !=
external/utf8/unchecked.h:254
Method
operator !=
external/utf8/checked.h:320
Function
operator "" _json
! @brief user-defined string literal for JSON values This operator implements a user-defined string literal for JSON objects. It can be used by addin
external/json/json.hpp:20226
Function
operator "" _json_pointer
! @brief user-defined string literal for JSON pointer This operator implements a user-defined string literal for JSON Pointers. It can be used by add
external/json/json.hpp:20244
Method
operator *
external/utf8/unchecked.h:245
Method
operator ++
external/utf8/unchecked.h:263
Method
operator ++
external/utf8/checked.h:329
Method
operator --
external/utf8/unchecked.h:274
Method
operator --
external/utf8/checked.h:340
Method
operator ==
external/utf8/unchecked.h:250
Method
operator ==
external/utf8/checked.h:314
Function
operator!
external/utf8-cpp-utils/test/doctest.h:1295
Function
operator!=
external/json/json.hpp:12267
Function
operator!=
external/utf8-cpp-utils/test/doctest.h:1266
Method
operator!=
external/httplib.h:1166
Method
operator!=
inequality operator (needed for range-based for)
external/json/json.hpp:1656
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5869
Function
operator"" _t
external/httplib.h:3763
Method
operator()
external/httplib.h:377
Method
operator()
external/httplib.h:383
Method
operator()
external/httplib.h:595
Method
operator()
external/httplib.h:796
Method
operator()
external/httplib.h:5564
Method
operator()
external/json/json.hpp:1556
Method
operator()
external/json/json.hpp:2033
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
external/json/json.hpp:20172
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
external/json/json.hpp:20190
Method
operator()
external/utf8-cpp-utils/test/doctest.h:1668
Method
operator()
external/utf8-cpp-utils/test/doctest.h:1671
Method
operator()
external/utf8-cpp-utils/test/doctest.h:3967
Method
operator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5685
Method
operator+
external/json/json.hpp:5382
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5970
Method
operator++
external/json/json.hpp:5400
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5756
Method
operator++
post-increment (it++)
external/json/json.hpp:6138
Method
operator-
external/json/json.hpp:5389
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5992
← previous
next →
901–1,000 of 1,329, ranked by callers