MCPcopy Create free account

hub / github.com/Tablecruncher/tablecruncher / functions

Functions1,329 in github.com/Tablecruncher/tablecruncher

Methodoperator-
subtract from iterator
external/json/json.hpp:6174
Methodoperator--
external/json/json.hpp:5413
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5799
Methodoperator--
post-decrement (it--)
external/json/json.hpp:6150
Methodoperator->
external/httplib.h:1171
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5722
Methodoperator->
external/json/json.hpp:11564
Methodoperator<
external/json/json.hpp:5377
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5878
Methodoperator<
external/utf8-cpp-utils/test/doctest.h:3907
Functionoperator<=
! @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
Functionoperator<=
external/utf8-cpp-utils/test/doctest.h:1268
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5905
Methodoperator=
external/httplib.h:421
Methodoperator=
external/json/json.hpp:360
Functionoperator==
external/json/json.hpp:12261
Functionoperator==
external/utf8-cpp-utils/test/doctest.h:1264
Methodoperator==
external/httplib.h:1165
Methodoperator==
equality operator (needed for InputIterator)
external/json/json.hpp:1650
Methodoperator==
external/json/json.hpp:5372
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5842
Methodoperator==
external/utf8-cpp-utils/test/doctest.h:3898
Functionoperator>
! @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
Functionoperator>
external/utf8-cpp-utils/test/doctest.h:1274
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5914
Functionoperator>=
! @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
Functionoperator>=
external/utf8-cpp-utils/test/doctest.h:1270
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/json.hpp:5923
Methodoperator[]
access to successor
external/json/json.hpp:6186
Methodother_error
external/json/json.hpp:1114
Methodout_of_range
external/json/json.hpp:1077
Methodoutput_adapter
external/json/json.hpp:6309
Methodoutput_stream_adapter
external/json/json.hpp:6264
Methodoutput_string_adapter
external/json/json.hpp:6287
Methodoutput_vector_adapter
external/json/json.hpp:6241
Methodoverflow
external/utf8-cpp-utils/test/doctest.h:6782
Methodpack16
src/helper.cpp:704
Methodpack32
Pack bytes into a 16- or 32-byte variable
src/helper.cpp:701
MethodpadInteger
src/helper.cpp:488
MethodparseArgs
parses args
external/utf8-cpp-utils/test/doctest.h:6610
MethodparseCsvLine
Expects 'line' to be in UTF8. */
src/csvparser.cpp:170
FunctionparseIntOption
parses an int/bool option from the command line
external/utf8-cpp-utils/test/doctest.h:6555
MethodparseNumber
* Parses the given string and returns an integer or a float. */
src/helper.cpp:422
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_error
external/json/json.hpp:4358
Methodparse_error
external/json/json.hpp:4615
Methodparse_error
external/json/json.hpp:4811
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
external/json/json.hpp:7205
Methodparse_request_line
external/httplib.h:6326
Methodparse_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
Methodparser
a parser reading from an input adapter
external/json/json.hpp:4869
Functionpatch
! @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
Functionpeek_next
external/utf8/unchecked.h:134
Methodport
external/httplib.h:8643
Methodposition_string
external/json/json.hpp:924
MethodprintHelp
external/utf8-cpp-utils/test/doctest.h:6076
MethodprintIntro
external/utf8-cpp-utils/test/doctest.h:6068
MethodprintRegisteredReporters
external/utf8-cpp-utils/test/doctest.h:6193
MethodprintVersion
external/utf8-cpp-utils/test/doctest.h:6062
Methodprocess_and_close_socket
external/httplib.h:7196
Methodprocess_request
external/httplib.h:7016
Methodprocess_socket
external/httplib.h:8011
MethodquitApplicationCB
src/csvapplication.cpp:420
MethodquoteString
writes string "data" with quotation to ofstream "output" – all in UTF-8
src/csvtable.cpp:1181
Functionrbegin
! @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
Methodrbox
* * */
src/csvwidgets.cpp:220
Methodread_content
external/httplib.h:6516
Methodread_content_core
external/httplib.h:6563
Methodread_content_with_content_receiver
external/httplib.h:6554
Functionread_file
external/httplib.h:2740
Methodread_response_line
external/httplib.h:7350
Methodredirect
external/httplib.h:7574
Functionreinterpret_bits
external/json/json.hpp:9716
Methodremove_mount_point
external/httplib.h:6155
Functionrend
! @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
MethodreplaceUtf8String
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
Functionreplace_invalid
external/utf8/cpp20.h:102
Functionreplace_invalid
external/utf8/unchecked.h:50
Functionreplace_invalid
external/utf8/checked.h:97
Methodreport_query
external/utf8-cpp-utils/test/doctest.h:5479
Methodreport_query
external/utf8-cpp-utils/test/doctest.h:5808
Methodreport_query
external/utf8-cpp-utils/test/doctest.h:6211
Methodrouting
external/httplib.h:6805
Methodrow
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
Methodsax_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
Methodsax_parse_internal
external/json/json.hpp:4975
Functionscale
external/utf8-cpp-utils/test/doctest.h:1239
Methodscan_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
Methodscan_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
Methodscan_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
Methodscope_exit
external/httplib.h:404
MethodselectMacroBrowserEntry
Returns Fl_Browser index of entryName or 0 – Fl_Browser is 1-based!
src/csvapplication.cpp:2308
Methodsend_
external/httplib.h:7396
Methodsend_with_content_provider
external/httplib.h:7774
Methodseparator_to_stream
external/utf8-cpp-utils/test/doctest.h:5982
Methodserializer
! @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
← previousnext →1,001–1,100 of 1,329, ranked by callers