MCPcopy Create free account

hub / github.com/IAPOLINARIO/100-days-of-code / functions

Functions2,162 in github.com/IAPOLINARIO/100-days-of-code

Methodoperator()
dependencies/c++/httplib.h:538
Methodoperator()
dependencies/c++/httplib.h:3499
Methodoperator+
dependencies/c++/json.hpp:10756
Methodoperator+
dependencies/c++/doctest.h:3125
Methodoperator++
dependencies/c++/json.hpp:10774
Methodoperator++
post-increment (it++)
dependencies/c++/json.hpp:11531
Methodoperator-
dependencies/c++/json.hpp:10763
Methodoperator-
subtract from iterator
dependencies/c++/json.hpp:11567
Methodoperator--
dependencies/c++/json.hpp:10787
Methodoperator--
post-decrement (it--)
dependencies/c++/json.hpp:11543
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11115
Methodoperator->
dependencies/c++/json.hpp:12653
Methodoperator->
dependencies/c++/httplib.h:766
Methodoperator/
dependencies/c++/json.hpp:11768
Functionoperator<
dependencies/c++/doctest.h:946
Methodoperator<
dependencies/c++/json.hpp:10751
Methodoperator<
dependencies/c++/doctest.h:3290
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11298
Functionoperator<=
dependencies/c++/doctest.h:942
Methodoperator=
dependencies/c++/json.hpp:2896
Functionoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11235
Functionoperator==
dependencies/c++/doctest.h:938
Methodoperator==
equality operator (needed for InputIterator)
dependencies/c++/json.hpp:3949
Methodoperator==
dependencies/c++/json.hpp:4530
Methodoperator==
dependencies/c++/json.hpp:10746
Methodoperator==
dependencies/c++/httplib.h:760
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11307
Functionoperator>
dependencies/c++/doctest.h:948
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11316
Functionoperator>=
dependencies/c++/doctest.h:944
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
dependencies/c++/json.hpp:11417
Methodoperator[]
dependencies/c++/doctest.h:3146
Functionoperator^
dependencies/c++/magic_enum.hpp:834
Functionoperator|
dependencies/c++/magic_enum.hpp:824
Functionoperator~
dependencies/c++/magic_enum.hpp:819
Methodordered_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
Methodoutput_adapter
dependencies/c++/json.hpp:12793
Methodoutput_stream_adapter
dependencies/c++/json.hpp:12746
Methodoutput_string_adapter
dependencies/c++/json.hpp:12770
Methodoutput_vector_adapter
dependencies/c++/json.hpp:12722
Methodparent_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
MethodparseArgs
parses args
dependencies/c++/doctest.h:5766
FunctionparseIntOption
parses an int/bool option from the command line
dependencies/c++/doctest.h:5711
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
dependencies/c++/json.hpp:8080
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
dependencies/c++/json.hpp:7964
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
dependencies/c++/json.hpp:8042
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 */
dependencies/c++/json.hpp:7862
Methodparse_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
Methodparse_error
dependencies/c++/json.hpp:5509
Methodparse_error
dependencies/c++/json.hpp:5748
Methodparse_error
dependencies/c++/json.hpp:5935
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
dependencies/c++/json.hpp:8836
Methodparse_request_line
dependencies/c++/httplib.h:4002
Methodparse_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
Methodparser
a parser reading from an input adapter
dependencies/c++/json.hpp:10243
Functionpatch
! @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
Methodposition_string
dependencies/c++/json.hpp:2533
MethodprintHelp
dependencies/c++/doctest.h:5265
MethodprintIntro
dependencies/c++/doctest.h:5259
MethodprintRegisteredReporters
dependencies/c++/doctest.h:5376
MethodprintVersion
dependencies/c++/doctest.h:5253
Methodprint_progress
dependencies/c++/indicators.hpp:2117
Methodprint_progress
dependencies/c++/indicators.hpp:2357
Methodprint_progress
dependencies/c++/indicators.hpp:2476
Methodprint_progress
dependencies/c++/indicators.hpp:2568
Methodprint_progress
dependencies/c++/indicators.hpp:2769
FunctionprocessElement
This will get called for each HTML element found
Month-3/Week-09/day-61/Go/main.go:18
Methodprocess_and_close_socket
dependencies/c++/httplib.h:4682
Methodprocess_request
dependencies/c++/httplib.h:4601
Methodprocess_socket
dependencies/c++/httplib.h:5231
Methodpush_back
dependencies/c++/indicators.hpp:2523
Functionrange_size
dependencies/c++/magic_enum.hpp:449
Functionrbegin
! @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
Methodreact
dependencies/c++/doctest.h:4186
Methodread_content
dependencies/c++/httplib.h:4165
Methodread_content_core
dependencies/c++/httplib.h:4204
Methodread_content_with_content_receiver
dependencies/c++/httplib.h:4195
Methodread_response_line
dependencies/c++/httplib.h:4780
Methodredirect
dependencies/c++/httplib.h:4911
Functionreflected_max
dependencies/c++/magic_enum.hpp:372
Functionreflected_min
dependencies/c++/magic_enum.hpp:353
FunctionregTest
used by the macros for registering tests
dependencies/c++/doctest.h:3832
FunctionregisterExceptionTranslatorImpl
dependencies/c++/doctest.h:3880
FunctionregisterReporter
dependencies/c++/doctest.h:1714
Functionreinterpret_bits
dependencies/c++/json.hpp:14454
Methodremove_mount_point
dependencies/c++/httplib.h:3914
Functionrend
! @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
Methodreport_query
dependencies/c++/doctest.h:4708
Methodreport_query
dependencies/c++/doctest.h:5032
Methodreport_query
dependencies/c++/doctest.h:5410
FunctionreporterCreator
dependencies/c++/doctest.h:1708
Methodrouting
dependencies/c++/httplib.h:4382
Methodrun
()
Month-3/Week-12/day-80/Go/stream.go:23
Methodsave_start_time
dependencies/c++/indicators.hpp:1738
Methodsave_start_time
dependencies/c++/indicators.hpp:2046
Methodsave_start_time
dependencies/c++/indicators.hpp:2758
Methodsax_parse_internal
dependencies/c++/json.hpp:10354
Functionscan
dependencies/c++/json.hpp:7448
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
dependencies/c++/json.hpp:6783
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
dependencies/c++/json.hpp:6908
← previousnext →1,801–1,900 of 2,162, ranked by callers