Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAPOLINARIO/100-days-of-code
/ functions
Functions
2,162 in github.com/IAPOLINARIO/100-days-of-code
⨍
Functions
2,162
◇
Types & classes
466
Method
operator()
dependencies/c++/httplib.h:538
Method
operator()
dependencies/c++/httplib.h:3499
Method
operator+
dependencies/c++/json.hpp:10756
Method
operator+
dependencies/c++/doctest.h:3125
Method
operator++
dependencies/c++/json.hpp:10774
Method
operator++
post-increment (it++)
dependencies/c++/json.hpp:11531
Method
operator-
dependencies/c++/json.hpp:10763
Method
operator-
subtract from iterator
dependencies/c++/json.hpp:11567
Method
operator--
dependencies/c++/json.hpp:10787
Method
operator--
post-decrement (it--)
dependencies/c++/json.hpp:11543
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11115
Method
operator->
dependencies/c++/json.hpp:12653
Method
operator->
dependencies/c++/httplib.h:766
Method
operator/
dependencies/c++/json.hpp:11768
Function
operator<
dependencies/c++/doctest.h:946
Method
operator<
dependencies/c++/json.hpp:10751
Method
operator<
dependencies/c++/doctest.h:3290
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11298
Function
operator<=
dependencies/c++/doctest.h:942
Method
operator=
dependencies/c++/json.hpp:2896
Function
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11235
Function
operator==
dependencies/c++/doctest.h:938
Method
operator==
equality operator (needed for InputIterator)
dependencies/c++/json.hpp:3949
Method
operator==
dependencies/c++/json.hpp:4530
Method
operator==
dependencies/c++/json.hpp:10746
Method
operator==
dependencies/c++/httplib.h:760
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11307
Function
operator>
dependencies/c++/doctest.h:948
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11316
Function
operator>=
dependencies/c++/doctest.h:944
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11417
Method
operator[]
dependencies/c++/doctest.h:3146
Function
operator^
dependencies/c++/magic_enum.hpp:834
Function
operator|
dependencies/c++/magic_enum.hpp:824
Function
operator~
dependencies/c++/magic_enum.hpp:819
Method
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
dependencies/c++/json.hpp:16495
Method
output_adapter
dependencies/c++/json.hpp:12793
Method
output_stream_adapter
dependencies/c++/json.hpp:12746
Method
output_string_adapter
dependencies/c++/json.hpp:12770
Method
output_vector_adapter
dependencies/c++/json.hpp:12722
Method
parent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
dependencies/c++/json.hpp:11827
Method
parseArgs
parses args
dependencies/c++/doctest.h:5766
Function
parseIntOption
parses an int/bool option from the command line
dependencies/c++/doctest.h:5711
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
dependencies/c++/json.hpp:8080
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
dependencies/c++/json.hpp:7964
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
dependencies/c++/json.hpp:8042
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 */
dependencies/c++/json.hpp:7862
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
dependencies/c++/json.hpp:8110
Method
parse_error
dependencies/c++/json.hpp:5509
Method
parse_error
dependencies/c++/json.hpp:5748
Method
parse_error
dependencies/c++/json.hpp:5935
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
dependencies/c++/json.hpp:8836
Method
parse_request_line
dependencies/c++/httplib.h:4002
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
dependencies/c++/json.hpp:9468
Method
parser
a parser reading from an input adapter
dependencies/c++/json.hpp:10243
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
dependencies/c++/json.hpp:24745
Method
position_string
dependencies/c++/json.hpp:2533
Method
printHelp
dependencies/c++/doctest.h:5265
Method
printIntro
dependencies/c++/doctest.h:5259
Method
printRegisteredReporters
dependencies/c++/doctest.h:5376
Method
printVersion
dependencies/c++/doctest.h:5253
Method
print_progress
dependencies/c++/indicators.hpp:2117
Method
print_progress
dependencies/c++/indicators.hpp:2357
Method
print_progress
dependencies/c++/indicators.hpp:2476
Method
print_progress
dependencies/c++/indicators.hpp:2568
Method
print_progress
dependencies/c++/indicators.hpp:2769
Function
processElement
This will get called for each HTML element found
Month-3/Week-09/day-61/Go/main.go:18
Method
process_and_close_socket
dependencies/c++/httplib.h:4682
Method
process_request
dependencies/c++/httplib.h:4601
Method
process_socket
dependencies/c++/httplib.h:5231
Method
push_back
dependencies/c++/indicators.hpp:2523
Function
range_size
dependencies/c++/magic_enum.hpp:449
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
dependencies/c++/json.hpp:21190
Method
react
dependencies/c++/doctest.h:4186
Method
read_content
dependencies/c++/httplib.h:4165
Method
read_content_core
dependencies/c++/httplib.h:4204
Method
read_content_with_content_receiver
dependencies/c++/httplib.h:4195
Method
read_response_line
dependencies/c++/httplib.h:4780
Method
redirect
dependencies/c++/httplib.h:4911
Function
reflected_max
dependencies/c++/magic_enum.hpp:372
Function
reflected_min
dependencies/c++/magic_enum.hpp:353
Function
regTest
used by the macros for registering tests
dependencies/c++/doctest.h:3832
Function
registerExceptionTranslatorImpl
dependencies/c++/doctest.h:3880
Function
registerReporter
dependencies/c++/doctest.h:1714
Function
reinterpret_bits
dependencies/c++/json.hpp:14454
Method
remove_mount_point
dependencies/c++/httplib.h:3914
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
dependencies/c++/json.hpp:21227
Method
report_query
dependencies/c++/doctest.h:4708
Method
report_query
dependencies/c++/doctest.h:5032
Method
report_query
dependencies/c++/doctest.h:5410
Function
reporterCreator
dependencies/c++/doctest.h:1708
Method
routing
dependencies/c++/httplib.h:4382
Method
run
()
Month-3/Week-12/day-80/Go/stream.go:23
Method
save_start_time
dependencies/c++/indicators.hpp:1738
Method
save_start_time
dependencies/c++/indicators.hpp:2046
Method
save_start_time
dependencies/c++/indicators.hpp:2758
Method
sax_parse_internal
dependencies/c++/json.hpp:10354
Function
scan
dependencies/c++/json.hpp:7448
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
dependencies/c++/json.hpp:6783
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
dependencies/c++/json.hpp:6908
← previous
next →
1,801–1,900 of 2,162, ranked by callers