MCPcopy Create free account

hub / github.com/Habbie/hello-dns / functions

Functions1,337 in github.com/Habbie/hello-dns

Methodconvert
tdns/ext/catch/catch.hpp:880
Methodconvert
tdns/ext/catch/catch.hpp:886
Methodconvert
tdns/ext/catch/catch.hpp:892
Methodconvert
tdns/ext/catch/catch.hpp:957
Methodconvert
tdns/ext/catch/catch.hpp:968
Methodconvert
tdns/ext/catch/catch.hpp:980
Methodconvert
tdns/ext/catch/catch.hpp:1004
Methodconvert
tdns/ext/catch/catch.hpp:1012
Methodconvert
tdns/ext/catch/catch.hpp:1043
Methodconvert
tdns/ext/catch/catch.hpp:1086
Methodconvert
tdns/ext/catch/catch.hpp:1145
Methodconvert
tdns/ext/catch/catch.hpp:1152
Methodconvert
tdns/ext/catch/catch.hpp:1208
Methodconvert
tdns/ext/catch/catch.hpp:1216
Methodconvert
tdns/ext/catch/catch.hpp:1224
Methodconvert
tdns/ext/catch/catch.hpp:1232
Methodconvert
tdns/ext/catch/catch.hpp:1244
Methodconvert
tdns/ext/catch/catch.hpp:1251
Methodconvert
tdns/ext/catch/catch.hpp:4658
Functioncount
tdns/ext/nlohmann/json.hpp:16210
Methodcreate
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] position the position where the error occ
tdns/ext/nlohmann/json.hpp:894
Methodcreate
tdns/ext/nlohmann/json.hpp:971
Methodcreate
tdns/ext/nlohmann/json.hpp:1024
Methodcreate
tdns/ext/nlohmann/json.hpp:1070
Methodcreate
tdns/ext/nlohmann/json.hpp:1107
Methodcreate
tdns/ext/catch/catch.hpp:4070
Methodcreate
tdns/ext/catch/catch.hpp:4091
MethodcreateContext
tdns/ext/catch/catch.hpp:7044
Methodcustom
tdns/ext/catch/catch.hpp:4640
Methoddecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
tdns/ext/nlohmann/json.hpp:11445
Methoddescribe
tdns/ext/catch/catch.hpp:2260
Methoddescribe
tdns/ext/catch/catch.hpp:2293
Methoddescribe
tdns/ext/catch/catch.hpp:2326
Methoddescribe
tdns/ext/catch/catch.hpp:2426
Methoddescribe
tdns/ext/catch/catch.hpp:2559
Methoddescribe
tdns/ext/catch/catch.hpp:2589
Methoddescribe
tdns/ext/catch/catch.hpp:2613
Methoddescribe
tdns/ext/catch/catch.hpp:2652
Methoddescribe
tdns/ext/catch/catch.hpp:2970
Methoddescribe
tdns/ext/catch/catch.hpp:2983
Methoddescribe
tdns/ext/catch/catch.hpp:2996
Methoddescribe
tdns/ext/catch/catch.hpp:3008
Methoddescribe
tdns/ext/catch/catch.hpp:7972
Functiondiff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
tdns/ext/nlohmann/json.hpp:19949
Methoddiyfp
tdns/ext/nlohmann/json.hpp:9732
MethoddoConv
tdns/record-types.cc:222
FunctiondoNothing
tdns/ext/catch/catch.hpp:4750
MethoddotAnswer
tdns/tres.cc:249
MethoddotCNAME
tdns/tres.cc:256
MethoddotDelegation
tdns/tres.cc:263
MethoddotQuery
tdns/tres.cc:242
Methoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
tdns/ext/nlohmann/json.hpp:11060
Methoddump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
tdns/ext/nlohmann/json.hpp:11346
Methoddump_integer
tdns/ext/nlohmann/json.hpp:11305
Functionemplace
tdns/ext/nlohmann/json.hpp:17206
Functionemplace_back
tdns/ext/nlohmann/json.hpp:17158
Functionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
tdns/ext/nlohmann/json.hpp:16688
Methodempty
tdns/dns-storage.hh:116
Methodempty
named queries
tdns/ext/catch/catch.hpp:446
Methodend
tdns/ext/catch/catch.hpp:5529
MethodendRun
tdns/ext/catch/catch.hpp:10120
Methodend_array
tdns/ext/nlohmann/json.hpp:4352
Methodend_array
tdns/ext/nlohmann/json.hpp:4584
Methodend_object
tdns/ext/nlohmann/json.hpp:4333
Methodend_object
tdns/ext/nlohmann/json.hpp:4528
MethodenforceOk
tdns/ext/catch/catch.hpp:5795
Methodescape
tdns/ext/catch/catch.hpp:10499
Methodexception
tdns/ext/nlohmann/json.hpp:826
MethodexceptionEarlyReported
tdns/ext/catch/catch.hpp:8727
Methodexception_message
tdns/ext/nlohmann/json.hpp:5271
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further contect information
tdns/ext/nlohmann/json.hpp:8266
Methodfill_buffer
UTF-32
tdns/ext/nlohmann/json.hpp:2176
Methodfill_buffer
UTF-16
tdns/ext/nlohmann/json.hpp:2231
Methodfill_buffer
tdns/ext/nlohmann/json.hpp:2315
MethodfinalizeDescription
tdns/ext/catch/catch.hpp:8018
Functionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
tdns/ext/nlohmann/json.hpp:12171
Functionfrom_bson
! @brief Create a JSON value from an input in BSON format Deserializes a given input @a i to a JSON value using the BSON (Binary JSON) se
tdns/ext/nlohmann/json.hpp:19343
Functionfrom_cbor
! @brief create a JSON value from an input in CBOR format Deserializes a given input @a i to a JSON value using the CBOR (Concise Binary
tdns/ext/nlohmann/json.hpp:19071
Methodfrom_json
tdns/ext/nlohmann/json.hpp:12304
Functionfrom_msgpack
! @brief create a JSON value from an input in MessagePack format Deserializes a given input @a i to a JSON value using the MessagePack se
tdns/ext/nlohmann/json.hpp:19176
Functionfrom_ubjson
! @brief create a JSON value from an input in UBJSON format Deserializes a given input @a i to a JSON value using the UBJSON (Universal B
tdns/ext/nlohmann/json.hpp:19260
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
tdns/ext/nlohmann/json.hpp:15770
Methodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
tdns/ext/nlohmann/json.hpp:8141
MethodgetBlob
Convenience function that returns next size bytes of the message, or from pos
tdns/dnsmessages.hh:97
MethodgetCurrentTestName
tdns/ext/catch/catch.hpp:8717
MethodgetDescription
tdns/ext/catch/catch.hpp:4074
MethodgetDescription
tdns/ext/catch/catch.hpp:4094
MethodgetElapsedMicroseconds
tdns/ext/catch/catch.hpp:10572
MethodgetElapsedMilliseconds
tdns/ext/catch/catch.hpp:10575
MethodgetHelpColumns
tdns/ext/catch/catch.hpp:6305
MethodgetLastResult
tdns/ext/catch/catch.hpp:8723
FunctiongetLineOfChars
tdns/ext/catch/catch.hpp:3982
MethodgetName
< put the next name in ret, or copy it from pos Convenience form of xfrName that returns its result
tdns/dnsmessages.hh:42
MethodgetPreferences
tdns/ext/catch/catch.hpp:3767
MethodgetPreferences
tdns/ext/catch/catch.hpp:3882
MethodgetProcessName
tdns/ext/catch/catch.hpp:6736
MethodgetResolution
tdns/ext/catch/catch.hpp:5156
MethodgetRunner
tdns/ext/catch/catch.hpp:7013
MethodgetStylesheetRef
tdns/ext/catch/catch.hpp:12536
MethodgetSupportedVerbosities
tdns/ext/catch/catch.hpp:3771
← previousnext →701–800 of 1,337, ranked by callers