MCPcopy Create free account

hub / github.com/Creepsky/creepMiner / functions

Functions1,000 in github.com/Creepsky/creepMiner

Functioninsert
! @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
Methodinvalid_iterator
src/extlibs/json.hpp:352
MethodisDataThere
src/network/Response.cpp:85
MethodisLoaded
src/wallet/Account.cpp:249
MethodisLoggedIn
src/webserver/RequestHandler.cpp:346
MethodisNumberStr
src/MinerUtil.cpp:84
MethodisReady
src/plots/PlotReader.cpp:385
MethodisValidPlotFile
src/MinerUtil.cpp:138
Functionis_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
Functionis_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
Functionis_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
Methoditer_impl
default constructor
src/extlibs/json.hpp:3650
Methoditeration_proxy
construct iteration proxy from a container
src/extlibs/json.hpp:4255
Methoditeration_proxy_internal
src/extlibs/json.hpp:4199
Functioniterator_wrapper
! @copydoc iterator_wrapper(reference) */
src/extlibs/json.hpp:11235
Methodjson_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
Methodjson_ref
src/extlibs/json.hpp:6773
Methodjson_reverse_iterator
create reverse iterator from iterator
src/extlibs/json.hpp:4300
Functionjson_value
default constructor (for null values)
src/extlibs/json.hpp:7991
Methodkey
return key of the iterator
src/extlibs/json.hpp:4223
Methodkey
return the key of an object iterator
src/extlibs/json.hpp:4361
Methodlexer
src/extlibs/json.hpp:1727
MethodlistDevices
src/gpu/impl/gpu_cuda_impl.cpp:75
Methodlittle_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
MethodloadAsset
src/webserver/RequestHandler.cpp:298
MethodloadAssetByPath
src/webserver/RequestHandler.cpp:261
MethodloadSecuredTemplate
src/webserver/RequestHandler.cpp:252
MethodloadTemplate
src/webserver/RequestHandler.cpp:191
Methodlog
src/logging/Message.hpp:102
Methodlog
src/logging/channels/ColoredPriorityConsoleChannel.cpp:38
Methodlog
src/logging/channels/MinerDataChannel.cpp:34
MethodlogIntoFile
src/logging/Message.hpp:170
MethodlogIntoFile
src/logging/Message.cpp:58
Methodlogin
src/webserver/RequestHandler.cpp:318
Methodlogout
src/webserver/RequestHandler.cpp:340
Functionmain
src/main.cpp:82
Functionmax_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
MethodmemToString
src/MinerUtil.cpp:337
Functionmeta
! @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
MethodminingInfo
src/webserver/RequestHandler.cpp:709
MethodnextRound
src/plots/PlotSizes.cpp:96
Methodnext_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
MethodnotFound
src/webserver/RequestHandler.cpp:845
Methodok
src/nxt/nxt_address.cpp:152
MethodonBenchmark
src/mining/Miner.cpp:678
MethodonMinerDataChangeEvent
src/webserver/MinerServer.cpp:150
MethodonNewData
src/webserver/RequestHandler.cpp:185
MethodonPrivateKeyRequested
src/main.cpp:371
MethodonRoundProcessed
src/mining/Miner.cpp:692
Methodon_wake_up
src/mining/Miner.cpp:673
Functionoperator "" _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
Functionoperator "" _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
Functionoperator!=
! @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
Methodoperator!=
src/Declarations.cpp:167
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3971
Methodoperator!=
inequality operator (needed for range-based for)
src/extlibs/json.hpp:4217
Methodoperator()
src/mining/Deadline.hpp:113
Methodoperator()
src/mining/Deadline.cpp:165
Methodoperator()
src/extlibs/json.hpp:1357
Methodoperator()
src/extlibs/json.hpp:1384
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
src/extlibs/json.hpp:14641
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/extlibs/json.hpp:14659
Methodoperator*
! @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
Methodoperator+
src/extlibs/json.hpp:3519
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4072
Methodoperator+
src/webserver/RequestHandler.cpp:63
Methodoperator++
src/extlibs/json.hpp:3542
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3858
Methodoperator++
post-increment (it++)
src/extlibs/json.hpp:4307
Methodoperator-
src/extlibs/json.hpp:3526
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4094
Methodoperator-
subtract from iterator
src/extlibs/json.hpp:4343
Methodoperator--
src/extlibs/json.hpp:3555
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3901
Methodoperator--
post-decrement (it--)
src/extlibs/json.hpp:4319
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3824
Methodoperator->
src/extlibs/json.hpp:6816
Methodoperator<
src/mining/Deadline.cpp:123
Methodoperator<
src/extlibs/json.hpp:3514
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3980
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 `not
src/extlibs/json.hpp:12632
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4007
Methodoperator=
src/nxt/nxt_address.cpp:43
Functionoperator==
src/extlibs/json.hpp:12436
Methodoperator==
src/Declarations.cpp:159
Methodoperator==
src/extlibs/json.hpp:3509
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3944
Functionoperator>
! @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
Methodoperator>
src/Declarations.cpp:123
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4016
Functionoperator>=
! @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
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4025
Functionoperator[]
! @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
Methodoperator[]
access to successor
src/extlibs/json.hpp:4355
Methodother_error
src/extlibs/json.hpp:484
Methodout_of_range
src/extlibs/json.hpp:446
Methodoutput_adapter
src/extlibs/json.hpp:4458
Methodoutput_stream_adapter
src/extlibs/json.hpp:4417
Methodoutput_string_adapter
src/extlibs/json.hpp:4438
Methodoutput_to_string
src/logging/Output.cpp:40
← previousnext →701–800 of 1,000, ranked by callers