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
Method
operator-
subtract from iterator
external/json/json.hpp:6174
Method
operator--
external/json/json.hpp:5413
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5799
Method
operator--
post-decrement (it--)
external/json/json.hpp:6150
Method
operator->
external/httplib.h:1171
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5722
Method
operator->
external/json/json.hpp:11564
Method
operator<
external/json/json.hpp:5377
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5878
Method
operator<
external/utf8-cpp-utils/test/doctest.h:3907
Function
operator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
external/json/json.hpp:18038
Function
operator<=
external/utf8-cpp-utils/test/doctest.h:1268
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5905
Method
operator=
external/httplib.h:421
Method
operator=
external/json/json.hpp:360
Function
operator==
external/json/json.hpp:12261
Function
operator==
external/utf8-cpp-utils/test/doctest.h:1264
Method
operator==
external/httplib.h:1165
Method
operator==
equality operator (needed for InputIterator)
external/json/json.hpp:1650
Method
operator==
external/json/json.hpp:5372
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5842
Method
operator==
external/utf8-cpp-utils/test/doctest.h:3898
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
external/json/json.hpp:18084
Function
operator>
external/utf8-cpp-utils/test/doctest.h:1274
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5914
Function
operator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
external/json/json.hpp:18130
Function
operator>=
external/utf8-cpp-utils/test/doctest.h:1270
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5923
Method
operator[]
access to successor
external/json/json.hpp:6186
Method
other_error
external/json/json.hpp:1114
Method
out_of_range
external/json/json.hpp:1077
Method
output_adapter
external/json/json.hpp:6309
Method
output_stream_adapter
external/json/json.hpp:6264
Method
output_string_adapter
external/json/json.hpp:6287
Method
output_vector_adapter
external/json/json.hpp:6241
Method
overflow
external/utf8-cpp-utils/test/doctest.h:6782
Method
pack16
src/helper.cpp:704
Method
pack32
Pack bytes into a 16- or 32-byte variable
src/helper.cpp:701
Method
padInteger
src/helper.cpp:488
Method
parseArgs
parses args
external/utf8-cpp-utils/test/doctest.h:6610
Method
parseCsvLine
Expects 'line' to be in UTF8. */
src/csvparser.cpp:170
Function
parseIntOption
parses an int/bool option from the command line
external/utf8-cpp-utils/test/doctest.h:6555
Method
parseNumber
* Parses the given string and returns an integer or a float. */
src/helper.cpp:422
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
external/json/json.hpp:6657
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
external/json/json.hpp:6549
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
external/json/json.hpp:6620
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
external/json/json.hpp:6471
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
external/json/json.hpp:6686
Method
parse_error
external/json/json.hpp:4358
Method
parse_error
external/json/json.hpp:4615
Method
parse_error
external/json/json.hpp:4811
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
external/json/json.hpp:7205
Method
parse_request_line
external/httplib.h:6326
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
external/json/json.hpp:7709
Method
parser
a parser reading from an input adapter
external/json/json.hpp:4869
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
external/json/json.hpp:19651
Function
peek_next
external/utf8/unchecked.h:134
Method
port
external/httplib.h:8643
Method
position_string
external/json/json.hpp:924
Method
printHelp
external/utf8-cpp-utils/test/doctest.h:6076
Method
printIntro
external/utf8-cpp-utils/test/doctest.h:6068
Method
printRegisteredReporters
external/utf8-cpp-utils/test/doctest.h:6193
Method
printVersion
external/utf8-cpp-utils/test/doctest.h:6062
Method
process_and_close_socket
external/httplib.h:7196
Method
process_request
external/httplib.h:7016
Method
process_socket
external/httplib.h:8011
Method
quitApplicationCB
src/csvapplication.cpp:420
Method
quoteString
writes string "data" with quotation to ofstream "output" – all in UTF-8
src/csvtable.cpp:1181
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
external/json/json.hpp:16391
Method
rbox
* * */
src/csvwidgets.cpp:220
Method
read_content
external/httplib.h:6516
Method
read_content_core
external/httplib.h:6563
Method
read_content_with_content_receiver
external/httplib.h:6554
Function
read_file
external/httplib.h:2740
Method
read_response_line
external/httplib.h:7350
Method
redirect
external/httplib.h:7574
Function
reinterpret_bits
external/json/json.hpp:9716
Method
remove_mount_point
external/httplib.h:6155
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
external/json/json.hpp:16428
Method
replaceUtf8String
Function that replaces all occurences of 'pattern' in 'str' by 'replace'. @param pattern The pattern to replace @pattern replace The replacemen
src/csvtable.cpp:476
Function
replace_invalid
external/utf8/cpp20.h:102
Function
replace_invalid
external/utf8/unchecked.h:50
Function
replace_invalid
external/utf8/checked.h:97
Method
report_query
external/utf8-cpp-utils/test/doctest.h:5479
Method
report_query
external/utf8-cpp-utils/test/doctest.h:5808
Method
report_query
external/utf8-cpp-utils/test/doctest.h:6211
Method
routing
external/httplib.h:6805
Method
row
row(long R) Return a single row as a vector-of-string, no matter how tableData is implemented. The returned vector always contains columns() items
src/csvdatastorage.cpp:229
Method
sax_parse
! @param[in] format the binary format to parse @param[in] sax_ a SAX event processor @param[in] strict whether to expect the input to
external/json/json.hpp:6397
Method
sax_parse_internal
external/json/json.hpp:4975
Function
scale
external/utf8-cpp-utils/test/doctest.h:1239
Method
scan_literal
! @param[in] literal_text the literal text to expect @param[in] length the length of the passed literal text @param[in] return_typ
external/json/json.hpp:3651
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a determinis
external/json/json.hpp:3317
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and copie
external/json/json.hpp:2676
Method
scope_exit
external/httplib.h:404
Method
selectMacroBrowserEntry
Returns Fl_Browser index of entryName or 0 – Fl_Browser is 1-based!
src/csvapplication.cpp:2308
Method
send_
external/httplib.h:7396
Method
send_with_content_provider
external/httplib.h:7774
Method
separator_to_stream
external/utf8-cpp-utils/test/doctest.h:5982
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
external/json/json.hpp:10818
← previous
next →
1,001–1,100 of 1,329, ranked by callers