MCPcopy Create free account

hub / github.com/McYoloSwagHam/win3wm / functions

Functions1,961 in github.com/McYoloSwagHam/win3wm

↓ 236 callersFunctionpush
guitest/sol.hpp:10088
↓ 167 callersFunctioncreate
guitest/json.hpp:17300
↓ 143 callersMethodlua_state
guitest/sol.hpp:6576
↓ 122 callersMethodwrite_character
guitest/json.hpp:12651
↓ 112 callersMethodpush
guitest/sol.hpp:13014
↓ 105 callersMethodsize
guitest/json.hpp:2691
↓ 100 callersMethodstack_index
guitest/sol.hpp:23978
↓ 86 callersMethoddata
guitest/sol.hpp:21048
↓ 84 callersMethoduse
guitest/sol.hpp:9839
↓ 81 callersFunctionhas_value
\returns whether or not the optional has a value \group has_value
guitest/sol.hpp:4756
↓ 72 callersMethodsize
guitest/sol.hpp:410
↓ 72 callersFunctiontype_of
guitest/sol.hpp:6876
↓ 64 callersFunctionluaL_checkstack
guitest/sol.hpp:2614
↓ 57 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
guitest/json.hpp:11392
↓ 55 callersMethodwrite_characters
guitest/json.hpp:12657
↓ 52 callersMethodhas_value
\returns whether or not the optional has a value \group has_value
guitest/sol.hpp:5627
↓ 50 callersFunctionpush_pop
guitest/sol.hpp:8533
↓ 48 callersMethodend
return iterator end (needed for range-based for)
guitest/json.hpp:3947
↓ 48 callersFunctioninvoke
guitest/sol.hpp:3603
↓ 46 callersMethodcall
guitest/sol.hpp:18775
↓ 46 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html rang
guitest/json.hpp:20936
↓ 46 callersFunctionget
guitest/json.hpp:3956
↓ 44 callersMethodbegin
return iterator begin (needed for range-based for)
guitest/json.hpp:3941
↓ 44 callersMethodvalid
guitest/sol.hpp:22430
↓ 43 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg
guitest/json.hpp:20865
↓ 43 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized
guitest/json.hpp:11826
↓ 40 callersFunctionadd
add a character to token_buffer
guitest/json.hpp:7272
↓ 39 callersFunctionFailWithCode
guitest/wm.cpp:268
↓ 39 callersFunctionr
(e,...n)
docs/highlight.js:6
↓ 38 callersFunctionLogEx
guitest/wm.cpp:325
↓ 36 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a
guitest/json.hpp:23310
↓ 35 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @c
guitest/json.hpp:11851
↓ 32 callersFunctionFail
guitest/wm.cpp:293
↓ 32 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default init
guitest/json.hpp:17729
↓ 31 callersMethodparse_error
guitest/json.hpp:2463
↓ 29 callersMethodfind
guitest/sol.hpp:19318
↓ 29 callersMethodget
guitest/sol.hpp:24876
↓ 27 callersMethodadd
(e)
docs/highlight.js:6
↓ 26 callersMethodkey
guitest/json.hpp:5847
↓ 25 callersMethodclear
guitest/sol.hpp:22992
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every co
guitest/json.hpp:17609
↓ 24 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `t
guitest/json.hpp:18950
↓ 24 callersMethodpop
guitest/sol.hpp:14048
↓ 23 callersMethodat
guitest/sol.hpp:19289
↓ 22 callersFunctioncall
guitest/sol.hpp:14446
↓ 22 callersFunctionconstruct
guitest/sol.hpp:16266
↓ 22 callersFunctionlua_absindex
guitest/sol.hpp:2490
↓ 22 callersFunctionn
(n,t)
docs/highlight.js:6
↓ 22 callersMethodset
guitest/sol.hpp:21604
↓ 21 callersMethodcend
guitest/sol.hpp:24827
↓ 20 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
guitest/json.hpp:11345
↓ 20 callersFunctionoptional_map_impl
guitest/sol.hpp:5035
↓ 20 callersFunctionset_field
guitest/sol.hpp:10467
↓ 19 callersMethodexec
(e)
docs/highlight.js:6
↓ 19 callersMethodnumber_integer
guitest/json.hpp:5817
↓ 18 callersFunctionget
guitest/sol.hpp:10385
↓ 18 callersMethodindex_of
guitest/sol.hpp:8493
↓ 18 callersFunctioninput_adapter
guitest/json.hpp:5088
↓ 18 callersMethodsax_parse
guitest/json.hpp:10263
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
guitest/json.hpp:10035
↓ 17 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if ty
guitest/json.hpp:18791
↓ 17 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer
guitest/json.hpp:11780
↓ 17 callersFunctionto_json
guitest/json.hpp:4213
↓ 16 callersFunctionalign
guitest/sol.hpp:9271
↓ 16 callersFunctionderef
guitest/sol.hpp:1176
↓ 16 callersMethodinsert
guitest/sol.hpp:19314
↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `tru
guitest/json.hpp:18972
↓ 15 callersFunctioncombine
boost::hash_combine
guitest/json.hpp:4595
↓ 15 callersFunctionfrom_json
guitest/json.hpp:3426
↓ 15 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
guitest/json.hpp:7319
↓ 15 callersFunctionluaL_requiref
guitest/sol.hpp:3196
↓ 15 callersMethodmap
guitest/sol.hpp:4195
↓ 14 callersMethodnumber_unsigned
guitest/json.hpp:5822
↓ 13 callersFunctionRenderWorkspace
guitest/wm.cpp:2003
↓ 13 callersFunctionclear
guitest/sol.hpp:10063
↓ 12 callersFunctiona
(e)
docs/highlight.js:6
↓ 12 callersMethodconstruct
guitest/sol.hpp:5723
↓ 12 callersFunctionget_default_handler
guitest/sol.hpp:18428
↓ 12 callersFunctionluacall
guitest/sol.hpp:18495
↓ 12 callersFunctiont
(e)
docs/highlight.js:6
↓ 11 callersMethodassign
guitest/sol.hpp:3820
↓ 11 callersFunctiondump
guitest/sol.hpp:18688
↓ 11 callersMethodemplace
guitest/json.hpp:16422
↓ 11 callersMethodnumber_float
guitest/json.hpp:5827
↓ 11 callersFunctionpop_n
guitest/sol.hpp:8545
↓ 11 callersFunctionpush_reference
guitest/sol.hpp:10147
↓ 10 callersMethodboolean
guitest/json.hpp:5812
↓ 10 callersFunctioncall_exception_handler
guitest/sol.hpp:7436
↓ 10 callersMethodcbegin
guitest/sol.hpp:24823
↓ 10 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image
guitest/json.hpp:20976
↓ 10 callersFunctione
(n)
docs/highlight.js:6
↓ 10 callersMethoderase
guitest/json.hpp:16440
↓ 10 callersFunctionmake_chunk_name
guitest/sol.hpp:14366
↓ 10 callersFunctionparser
guitest/json.hpp:16583
↓ 9 callersFunctionT
(e)
docs/highlight.js:6
↓ 9 callersMethoderase
guitest/sol.hpp:19338
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array.
guitest/json.hpp:19016
↓ 9 callersMethodreturn_count
guitest/sol.hpp:15437
↓ 9 callersMethodstring
guitest/json.hpp:5832
↓ 9 callersFunctiont
(e,t)
docs/mark.min.js:7
next →1–100 of 1,961, ranked by callers