Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Creepsky/creepMiner
/ functions
Functions
1,000 in github.com/Creepsky/creepMiner
⨍
Functions
1,000
◇
Types & classes
251
Function
insert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserted; may
src/extlibs/json.hpp:11857
Method
invalid_iterator
src/extlibs/json.hpp:352
Method
isDataThere
src/network/Response.cpp:85
Method
isLoaded
src/wallet/Account.cpp:249
Method
isLoggedIn
src/webserver/RequestHandler.cpp:346
Method
isNumberStr
src/MinerUtil.cpp:84
Method
isReady
src/plots/PlotReader.cpp:385
Method
isValidPlotFile
src/MinerUtil.cpp:138
Function
is_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a callbac
src/extlibs/json.hpp:9332
Function
is_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean, or nul
src/extlibs/json.hpp:9053
Function
is_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object). @return
src/extlibs/json.hpp:9080
Method
iter_impl
default constructor
src/extlibs/json.hpp:3650
Method
iteration_proxy
construct iteration proxy from a container
src/extlibs/json.hpp:4255
Method
iteration_proxy_internal
src/extlibs/json.hpp:4199
Function
iterator_wrapper
! @copydoc iterator_wrapper(reference) */
src/extlibs/json.hpp:11235
Method
json_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/html/rfc6
src/extlibs/json.hpp:6919
Method
json_ref
src/extlibs/json.hpp:6773
Method
json_reverse_iterator
create reverse iterator from iterator
src/extlibs/json.hpp:4300
Function
json_value
default constructor (for null values)
src/extlibs/json.hpp:7991
Method
key
return key of the iterator
src/extlibs/json.hpp:4223
Method
key
return the key of an object iterator
src/extlibs/json.hpp:4361
Method
lexer
src/extlibs/json.hpp:1727
Method
listDevices
src/gpu/impl/gpu_cuda_impl.cpp:75
Method
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from http://stackoverflow.com/a
src/extlibs/json.hpp:4549
Method
loadAsset
src/webserver/RequestHandler.cpp:298
Method
loadAssetByPath
src/webserver/RequestHandler.cpp:261
Method
loadSecuredTemplate
src/webserver/RequestHandler.cpp:252
Method
loadTemplate
src/webserver/RequestHandler.cpp:191
Method
log
src/logging/Message.hpp:102
Method
log
src/logging/channels/ColoredPriorityConsoleChannel.cpp:38
Method
log
src/logging/channels/MinerDataChannel.cpp:34
Method
logIntoFile
src/logging/Message.hpp:170
Method
logIntoFile
src/logging/Message.cpp:58
Method
login
src/webserver/RequestHandler.cpp:318
Method
logout
src/webserver/RequestHandler.cpp:340
Function
main
src/main.cpp:82
Function
max_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to system or l
src/extlibs/json.hpp:11433
Method
memToString
src/MinerUtil.cpp:337
Function
meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the versi
src/extlibs/json.hpp:7431
Method
miningInfo
src/webserver/RequestHandler.cpp:709
Method
nextRound
src/plots/PlotSizes.cpp:96
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks if
src/extlibs/json.hpp:1808
Method
notFound
src/webserver/RequestHandler.cpp:845
Method
ok
src/nxt/nxt_address.cpp:152
Method
onBenchmark
src/mining/Miner.cpp:678
Method
onMinerDataChangeEvent
src/webserver/MinerServer.cpp:150
Method
onNewData
src/webserver/RequestHandler.cpp:185
Method
onPrivateKeyRequested
src/main.cpp:371
Method
onRoundProcessed
src/mining/Miner.cpp:692
Method
on_wake_up
src/mining/Miner.cpp:673
Function
operator "" _json
! @brief user-defined string literal for JSON values This operator implements a user-defined string literal for JSON objects. It can be used by
src/extlibs/json.hpp:14681
Function
operator "" _json_pointer
! @brief user-defined string literal for JSON pointer This operator implements a user-defined string literal for JSON Pointers. It can be used by add
src/extlibs/json.hpp:14699
Function
operator!=
! @brief comparison: not equal Compares two JSON values for inequality by calculating `not (lhs == rhs)`. @param[in] lhs first JSON value to
src/extlibs/json.hpp:12470
Method
operator!=
src/Declarations.cpp:167
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3971
Method
operator!=
inequality operator (needed for range-based for)
src/extlibs/json.hpp:4217
Method
operator()
src/mining/Deadline.hpp:113
Method
operator()
src/mining/Deadline.cpp:165
Method
operator()
src/extlibs/json.hpp:1357
Method
operator()
src/extlibs/json.hpp:1384
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
src/extlibs/json.hpp:14641
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/extlibs/json.hpp:14659
Method
operator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3787
Method
operator+
src/extlibs/json.hpp:3519
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4072
Method
operator+
src/webserver/RequestHandler.cpp:63
Method
operator++
src/extlibs/json.hpp:3542
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3858
Method
operator++
post-increment (it++)
src/extlibs/json.hpp:4307
Method
operator-
src/extlibs/json.hpp:3526
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4094
Method
operator-
subtract from iterator
src/extlibs/json.hpp:4343
Method
operator--
src/extlibs/json.hpp:3555
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3901
Method
operator--
post-decrement (it--)
src/extlibs/json.hpp:4319
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3824
Method
operator->
src/extlibs/json.hpp:6816
Method
operator<
src/mining/Deadline.cpp:123
Method
operator<
src/extlibs/json.hpp:3514
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3980
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 `not
src/extlibs/json.hpp:12632
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4007
Method
operator=
src/nxt/nxt_address.cpp:43
Function
operator==
src/extlibs/json.hpp:12436
Method
operator==
src/Declarations.cpp:159
Method
operator==
src/extlibs/json.hpp:3509
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3944
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= rhs)`.
src/extlibs/json.hpp:12678
Method
operator>
src/Declarations.cpp:123
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4016
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 calculating
src/extlibs/json.hpp:12724
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4025
Function
operator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the range o
src/extlibs/json.hpp:10076
Method
operator[]
access to successor
src/extlibs/json.hpp:4355
Method
other_error
src/extlibs/json.hpp:484
Method
out_of_range
src/extlibs/json.hpp:446
Method
output_adapter
src/extlibs/json.hpp:4458
Method
output_stream_adapter
src/extlibs/json.hpp:4417
Method
output_string_adapter
src/extlibs/json.hpp:4438
Method
output_to_string
src/logging/Output.cpp:40
← previous
next →
701–800 of 1,000, ranked by callers